Html Css Color HEX #ECAE9C Wax Flower

📋 copy color: '#ECAE9C'

red 236 ◦ green 174 ◦ blue 156

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

Shades of Wax Flower #ECAE9C

Tints of Wax Flower #ECAE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.74%

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

R = 41.7%
G = 30.74%
B = 27.56%

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

#ECAE9C (or 0xECAE9C) is known color: Wax Flower. HEX triplet: EC, AE and 9C. RGB value is (236,174,156). Sum of RGB (Red+Green+Blue) = 236+174+156=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAE9C is #135163. Grayscale: #BEBEBE. Windows color (decimal): -1266020 or 10268396. OLE color: 10268396.

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

Color convert

RGB 236 174 156 -
CMYK 0 0.26 0.34 0.07
HSL 13.5º 0.68% 0.77% -
HSV(B) 13.5º 0.34% 0.93% -
XYZ 55.73 50.51 38.26 -
YUV 190.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 236 174 156 0 0.26 0.34 0.07 13.5 0.68 0.77
Hex EC AE 9C 0 1A 22 7 E 44 4D
Octal 354 256 234 0 32 42 7 16 104 115
Binary 11101100 10101110 10011100 0 11010 100010 111 1110 1000100 1001101

Color Harmonies of #ECAE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE9C

Black with #ECAE9C

Text Example


Text Example

White with #ECAE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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