Html Css Color HEX #EDB89D Wax Flower

📋 copy color: '#EDB89D'

red 237 ◦ green 184 ◦ blue 157

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

Shades of Wax Flower #EDB89D

Tints of Wax Flower #EDB89D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.83%

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

R = 41%
G = 31.83%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDB89D (or 0xEDB89D) is known color: Wax Flower. HEX triplet: ED, B8 and 9D. RGB value is (237,184,157). Sum of RGB (Red+Green+Blue) = 237+184+157=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB89D is #124762. Grayscale: #C4C4C4. Windows color (decimal): -1197923 or 10336493. OLE color: 10336493.

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

Color convert

RGB 237 184 157 -
CMYK 0 0.22 0.34 0.07
HSL 20.25º 0.69% 0.77% -
HSV(B) 20.25º 0.34% 0.93% -
XYZ 58.15 54.72 39.4 -
YUV 196.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 237 184 157 0 0.22 0.34 0.07 20.25 0.69 0.77
Hex ED B8 9D 0 16 22 7 14 45 4D
Octal 355 270 235 0 26 42 7 24 105 115
Binary 11101101 10111000 10011101 0 10110 100010 111 10100 1000101 1001101

Color Harmonies of #EDB89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB89D

Black with #EDB89D

Text Example


Text Example

White with #EDB89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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