Html Css Color HEX #EDBBA4 Wax Flower

📋 copy color: '#EDBBA4'

red 237 ◦ green 187 ◦ blue 164

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

Shades of Wax Flower #EDBBA4

Tints of Wax Flower #EDBBA4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.8%

 BLUE value IS 164 (64.45% from 255) = 27.89%

R = 40.31%
G = 31.8%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EDBBA4 (or 0xEDBBA4) is known color: Wax Flower. HEX triplet: ED, BB and A4. RGB value is (237,187,164). Sum of RGB (Red+Green+Blue) = 237+187+164=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBA4 is #12445B. Grayscale: #C7C7C7. Windows color (decimal): -1197148 or 10796013. OLE color: 10796013.

HSL color Cylindrical-coordinate representation of color #EDBBA4: hue angle of 18.9º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDBBA4 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 187 164 -
CMYK 0 0.21 0.31 0.07
HSL 18.9º 0.67% 0.79% -
HSV(B) 18.9º 0.31% 0.93% -
XYZ 59.4 56.23 42.84 -
YUV 199.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 237 187 164 0 0.21 0.31 0.07 18.9 0.67 0.79
Hex ED BB A4 0 15 1F 7 13 43 4F
Octal 355 273 244 0 25 37 7 23 103 117
Binary 11101101 10111011 10100100 0 10101 11111 111 10011 1000011 1001111

Color Harmonies of #EDBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBA4

Black with #EDBBA4

Text Example


Text Example

White with #EDBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBA4; }

 p { color: rgb(237,187,164); }

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

background-color css

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

 a { background-color: rgb(237,187,164); }

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

border-color css

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

 span { border-color: rgb(237,187,164); }

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