Html Css Color HEX #EDB5A2 Wax Flower

📋 copy color: '#EDB5A2'

red 237 ◦ green 181 ◦ blue 162

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

Shades of Wax Flower #EDB5A2

Tints of Wax Flower #EDB5A2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.21%

 BLUE value IS 162 (63.67% from 255) = 27.93%

R = 40.86%
G = 31.21%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDB5A2 (or 0xEDB5A2) is known color: Wax Flower. HEX triplet: ED, B5 and A2. RGB value is (237,181,162). Sum of RGB (Red+Green+Blue) = 237+181+162=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB5A2 is #124A5D. Grayscale: #C3C3C3. Windows color (decimal): -1198686 or 10663405. OLE color: 10663405.

HSL color Cylindrical-coordinate representation of color #EDB5A2: hue angle of 15.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDB5A2 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 162 -
CMYK 0 0.24 0.32 0.07
HSL 15.2º 0.68% 0.78% -
HSV(B) 15.2º 0.32% 0.93% -
XYZ 57.97 53.66 41.48 -
YUV 195.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 237 181 162 0 0.24 0.32 0.07 15.2 0.68 0.78
Hex ED B5 A2 0 18 20 7 F 44 4E
Octal 355 265 242 0 30 40 7 17 104 116
Binary 11101101 10110101 10100010 0 11000 100000 111 1111 1000100 1001110

Color Harmonies of #EDB5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB5A2

Black with #EDB5A2

Text Example


Text Example

White with #EDB5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB5A2; }

 p { color: rgb(237,181,162); }

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

background-color css

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

 a { background-color: rgb(237,181,162); }

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

border-color css

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

 span { border-color: rgb(237,181,162); }

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