Html Css Color HEX #EAB599 Wax Flower

📋 copy color: '#EAB599'

red 234 ◦ green 181 ◦ blue 153

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

Shades of Wax Flower #EAB599

Tints of Wax Flower #EAB599

RGB

 RED value IS 234 (91.8% from 255) = 41.2%

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

 BLUE value IS 153 (60.16% from 255) = 26.94%

R = 41.2%
G = 31.87%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EAB599 (or 0xEAB599) is known color: Wax Flower. HEX triplet: EA, B5 and 99. RGB value is (234,181,153). Sum of RGB (Red+Green+Blue) = 234+181+153=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB599 is #154A66. Grayscale: #C1C1C1. Windows color (decimal): -1395303 or 10073578. OLE color: 10073578.

HSL color Cylindrical-coordinate representation of color #EAB599: hue angle of 20.74º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAB599 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 181 153 -
CMYK 0 0.23 0.35 0.08
HSL 20.74º 0.66% 0.76% -
HSV(B) 20.74º 0.35% 0.92% -
XYZ 56.21 52.84 37.37 -
YUV 193.66 105.06 156.78 -
System Red Green Blue C M Y K H S L
Decimal 234 181 153 0 0.23 0.35 0.08 20.74 0.66 0.76
Hex EA B5 99 0 17 23 8 15 42 4C
Octal 352 265 231 0 27 43 10 25 102 114
Binary 11101010 10110101 10011001 0 10111 100011 1000 10101 1000010 1001100

Color Harmonies of #EAB599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB599

Black with #EAB599

Text Example


Text Example

White with #EAB599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB599; }

 p { color: rgb(234,181,153); }

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

background-color css

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

 a { background-color: rgb(234,181,153); }

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

border-color css

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

 span { border-color: rgb(234,181,153); }

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