Html Css Color HEX #ECAF9C Wax Flower

📋 copy color: '#ECAF9C'

red 236 ◦ green 175 ◦ blue 156

#ECAF9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #ECAF9C

Tints of Wax Flower #ECAF9C

RGB

 RED value IS 236 (92.58% from 255) = 41.62%

 GREEN value IS 175 (68.75% from 255) = 30.86%

 BLUE value IS 156 (61.33% from 255) = 27.51%

R = 41.62%
G = 30.86%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ECAF9C (or 0xECAF9C) is known color: Wax Flower. HEX triplet: EC, AF and 9C. RGB value is (236,175,156). Sum of RGB (Red+Green+Blue) = 236+175+156=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF9C is #135063. Grayscale: #BFBFBF. Windows color (decimal): -1265764 or 10268652. OLE color: 10268652.

HSL color Cylindrical-coordinate representation of color #ECAF9C: hue angle of 14.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECAF9C is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 175 156 -
CMYK 0 0.26 0.34 0.07
HSL 14.25º 0.68% 0.77% -
HSV(B) 14.25º 0.34% 0.93% -
XYZ 55.92 50.89 38.33 -
YUV 191.07 108.21 160.04 -
System Red Green Blue C M Y K H S L
Decimal 236 175 156 0 0.26 0.34 0.07 14.25 0.68 0.77
Hex EC AF 9C 0 1A 22 7 E 44 4D
Octal 354 257 234 0 32 42 7 16 104 115
Binary 11101100 10101111 10011100 0 11010 100010 111 1110 1000100 1001101

Color Harmonies of #ECAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF9C

Black with #ECAF9C

Text Example


Text Example

White with #ECAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF9C; }

 p { color: rgb(236,175,156); }

 H1.HeaderClassName
 {
   color: #ECAF9C;
 }
 .AnyTagClassName
 {
   color: #ECAF9C;
 }
</style>

background-color css

<style>
 a { background-color: #ECAF9C; }

 a { background-color: rgb(236,175,156); }

 div.DivClassName
 {
   background-color: #ECAF9C;
 }
 .BgClassName
 {
   background-color: #ECAF9C;
 }
</style>

border-color css

<style>
 span { border-color: #ECAF9C; }

 span { border-color: rgb(236,175,156); }

 td.TdClassName
 {
   border-color: #ECAF9C;
 }
 .TagClassName
 {
   border-color: #ECAF9C;
 }
</style>