Html Css Color HEX #EDA89D Wax Flower

📋 copy color: '#EDA89D'

red 237 ◦ green 168 ◦ blue 157

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

Shades of Wax Flower #EDA89D

Tints of Wax Flower #EDA89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.89%

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

R = 42.17%
G = 29.89%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDA89D (or 0xEDA89D) is known color: Wax Flower. HEX triplet: ED, A8 and 9D. RGB value is (237,168,157). Sum of RGB (Red+Green+Blue) = 237+168+157=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA89D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA89D is #125762. Grayscale: #BBBBBB. Windows color (decimal): -1202019 or 10332397. OLE color: 10332397.

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

Color convert

RGB 237 168 157 -
CMYK 0 0.29 0.34 0.07
HSL 8.25º 0.69% 0.77% -
HSV(B) 8.25º 0.34% 0.93% -
XYZ 55.01 48.44 38.35 -
YUV 187.38 110.86 163.39 -
System Red Green Blue C M Y K H S L
Decimal 237 168 157 0 0.29 0.34 0.07 8.25 0.69 0.77
Hex ED A8 9D 0 1D 22 7 8 45 4D
Octal 355 250 235 0 35 42 7 10 105 115
Binary 11101101 10101000 10011101 0 11101 100010 111 1000 1000101 1001101

Color Harmonies of #EDA89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA89D

Black with #EDA89D

Text Example


Text Example

White with #EDA89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA89D; }

 p { color: rgb(237,168,157); }

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

background-color css

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

 a { background-color: rgb(237,168,157); }

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

border-color css

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

 span { border-color: rgb(237,168,157); }

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