Html Css Color HEX #ECAF9D Wax Flower

📋 copy color: '#ECAF9D'

red 236 ◦ green 175 ◦ blue 157

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

Shades of Wax Flower #ECAF9D

Tints of Wax Flower #ECAF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.64%

R = 41.55%
G = 30.81%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECAF9D (or 0xECAF9D) is known color: Wax Flower. HEX triplet: EC, AF and 9D. RGB value is (236,175,157). Sum of RGB (Red+Green+Blue) = 236+175+157=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF9D is #135062. Grayscale: #BFBFBF. Windows color (decimal): -1265763 or 10334188. OLE color: 10334188.

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

Color convert

RGB 236 175 157 -
CMYK 0 0.26 0.33 0.07
HSL 13.67º 0.68% 0.77% -
HSV(B) 13.67º 0.33% 0.93% -
XYZ 56.01 50.93 38.78 -
YUV 191.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 236 175 157 0 0.26 0.33 0.07 13.67 0.68 0.77
Hex EC AF 9D 0 1A 21 7 E 44 4D
Octal 354 257 235 0 32 41 7 16 104 115
Binary 11101100 10101111 10011101 0 11010 100001 111 1110 1000100 1001101

Color Harmonies of #ECAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF9D

Black with #ECAF9D

Text Example


Text Example

White with #ECAF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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