Html Css Color HEX #ECAF9A Wax Flower

📋 copy color: '#ECAF9A'

red 236 ◦ green 175 ◦ blue 154

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

Shades of Wax Flower #ECAF9A

Tints of Wax Flower #ECAF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.26%

R = 41.77%
G = 30.97%
B = 27.26%

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

#ECAF9A (or 0xECAF9A) is known color: Wax Flower. HEX triplet: EC, AF and 9A. RGB value is (236,175,154). Sum of RGB (Red+Green+Blue) = 236+175+154=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAF9A is #135065. Grayscale: #BEBEBE. Windows color (decimal): -1265766 or 10137580. OLE color: 10137580.

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

Color convert

RGB 236 175 154 -
CMYK 0 0.26 0.35 0.07
HSL 15.37º 0.68% 0.76% -
HSV(B) 15.37º 0.35% 0.93% -
XYZ 55.75 50.83 37.44 -
YUV 190.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 236 175 154 0 0.26 0.35 0.07 15.37 0.68 0.76
Hex EC AF 9A 0 1A 23 7 F 44 4C
Octal 354 257 232 0 32 43 7 17 104 114
Binary 11101100 10101111 10011010 0 11010 100011 111 1111 1000100 1001100

Color Harmonies of #ECAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAF9A

Black with #ECAF9A

Text Example


Text Example

White with #ECAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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