Html Css Color HEX #EDB4A2 Wax Flower

📋 copy color: '#EDB4A2'

red 237 ◦ green 180 ◦ blue 162

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

Shades of Wax Flower #EDB4A2

Tints of Wax Flower #EDB4A2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.09%

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

R = 40.93%
G = 31.09%
B = 27.98%

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

#EDB4A2 (or 0xEDB4A2) is known color: Wax Flower. HEX triplet: ED, B4 and A2. RGB value is (237,180,162). Sum of RGB (Red+Green+Blue) = 237+180+162=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB4A2 is #124B5D. Grayscale: #C3C3C3. Windows color (decimal): -1198942 or 10663149. OLE color: 10663149.

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

Color convert

RGB 237 180 162 -
CMYK 0 0.24 0.32 0.07
HSL 14.4º 0.68% 0.78% -
HSV(B) 14.4º 0.32% 0.93% -
XYZ 57.77 53.26 41.42 -
YUV 194.99 109.38 157.96 -
System Red Green Blue C M Y K H S L
Decimal 237 180 162 0 0.24 0.32 0.07 14.4 0.68 0.78
Hex ED B4 A2 0 18 20 7 E 44 4E
Octal 355 264 242 0 30 40 7 16 104 116
Binary 11101101 10110100 10100010 0 11000 100000 111 1110 1000100 1001110

Color Harmonies of #EDB4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB4A2

Black with #EDB4A2

Text Example


Text Example

White with #EDB4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB4A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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