Html Css Color HEX #ECAF99 Wax Flower

📋 copy color: '#ECAF99'

red 236 ◦ green 175 ◦ blue 153

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

Shades of Wax Flower #ECAF99

Tints of Wax Flower #ECAF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.13%

R = 41.84%
G = 31.03%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECAF99 (or 0xECAF99) is known color: Wax Flower. HEX triplet: EC, AF and 99. RGB value is (236,175,153). Sum of RGB (Red+Green+Blue) = 236+175+153=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF99 is #135066. Grayscale: #BEBEBE. Windows color (decimal): -1265767 or 10072044. OLE color: 10072044.

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

Color convert

RGB 236 175 153 -
CMYK 0 0.26 0.35 0.07
HSL 15.9º 0.69% 0.76% -
HSV(B) 15.9º 0.35% 0.93% -
XYZ 55.67 50.79 37.01 -
YUV 190.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 236 175 153 0 0.26 0.35 0.07 15.9 0.69 0.76
Hex EC AF 99 0 1A 23 7 10 45 4C
Octal 354 257 231 0 32 43 7 20 105 114
Binary 11101100 10101111 10011001 0 11010 100011 111 10000 1000101 1001100

Color Harmonies of #ECAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF99

Black with #ECAF99

Text Example


Text Example

White with #ECAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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