Html Css Color HEX #ECAF9F Wax Flower

📋 copy color: '#ECAF9F'

red 236 ◦ green 175 ◦ blue 159

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

Shades of Wax Flower #ECAF9F

Tints of Wax Flower #ECAF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.89%

R = 41.4%
G = 30.7%
B = 27.89%

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

#ECAF9F (or 0xECAF9F) is known color: Wax Flower. HEX triplet: EC, AF and 9F. RGB value is (236,175,159). Sum of RGB (Red+Green+Blue) = 236+175+159=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF9F is #135060. Grayscale: #BFBFBF. Windows color (decimal): -1265761 or 10465260. OLE color: 10465260.

HSL color Cylindrical-coordinate representation of color #ECAF9F: hue angle of 12.47º degrees, saturation: 0.67, 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 #ECAF9F is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 175 159 -
CMYK 0 0.26 0.33 0.07
HSL 12.47º 0.67% 0.77% -
HSV(B) 12.47º 0.33% 0.93% -
XYZ 56.18 51 39.68 -
YUV 191.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 236 175 159 0 0.26 0.33 0.07 12.47 0.67 0.77
Hex EC AF 9F 0 1A 21 7 C 43 4D
Octal 354 257 237 0 32 41 7 14 103 115
Binary 11101100 10101111 10011111 0 11010 100001 111 1100 1000011 1001101

Color Harmonies of #ECAF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF9F

Black with #ECAF9F

Text Example


Text Example

White with #ECAF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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