Html Css Color HEX #EDA69C Wax Flower

📋 copy color: '#EDA69C'

red 237 ◦ green 166 ◦ blue 156

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

Shades of Wax Flower #EDA69C

Tints of Wax Flower #EDA69C

RGB

 RED value IS 237 (92.97% from 255) = 42.4%

 GREEN value IS 166 (65.23% from 255) = 29.7%

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

R = 42.4%
G = 29.7%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDA69C (or 0xEDA69C) is known color: Wax Flower. HEX triplet: ED, A6 and 9C. RGB value is (237,166,156). Sum of RGB (Red+Green+Blue) = 237+166+156=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 156 (61.33% from 255 or 27.91% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA69C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA69C is #125963. Grayscale: #BABABA. Windows color (decimal): -1202532 or 10266349. OLE color: 10266349.

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

Color convert

RGB 237 166 156 -
CMYK 0 0.30 0.34 0.07
HSL 7.41º 0.69% 0.77% -
HSV(B) 7.41º 0.34% 0.93% -
XYZ 54.56 47.68 37.78 -
YUV 186.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 237 166 156 0 0.30 0.34 0.07 7.41 0.69 0.77
Hex ED A6 9C 0 1E 22 7 7 45 4D
Octal 355 246 234 0 36 42 7 7 105 115
Binary 11101101 10100110 10011100 0 11110 100010 111 111 1000101 1001101

Color Harmonies of #EDA69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA69C

Black with #EDA69C

Text Example


Text Example

White with #EDA69C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA69C; }

 p { color: rgb(237,166,156); }

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

background-color css

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

 a { background-color: rgb(237,166,156); }

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

border-color css

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

 span { border-color: rgb(237,166,156); }

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