Html Css Color HEX #EBB59D Wax Flower

📋 copy color: '#EBB59D'

red 235 ◦ green 181 ◦ blue 157

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

Shades of Wax Flower #EBB59D

Tints of Wax Flower #EBB59D

RGB

 RED value IS 235 (92.19% from 255) = 41.01%

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

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

R = 41.01%
G = 31.59%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EBB59D (or 0xEBB59D) is known color: Wax Flower. HEX triplet: EB, B5 and 9D. RGB value is (235,181,157). Sum of RGB (Red+Green+Blue) = 235+181+157=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB59D is #144A62. Grayscale: #C2C2C2. Windows color (decimal): -1329763 or 10335723. OLE color: 10335723.

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

Color convert

RGB 235 181 157 -
CMYK 0 0.23 0.33 0.08
HSL 18.46º 0.66% 0.77% -
HSV(B) 18.46º 0.33% 0.92% -
XYZ 56.87 53.14 39.16 -
YUV 194.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 235 181 157 0 0.23 0.33 0.08 18.46 0.66 0.77
Hex EB B5 9D 0 17 21 8 12 42 4D
Octal 353 265 235 0 27 41 10 22 102 115
Binary 11101011 10110101 10011101 0 10111 100001 1000 10010 1000010 1001101

Color Harmonies of #EBB59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB59D

Black with #EBB59D

Text Example


Text Example

White with #EBB59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB59D; }

 p { color: rgb(235,181,157); }

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

background-color css

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

 a { background-color: rgb(235,181,157); }

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

border-color css

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

 span { border-color: rgb(235,181,157); }

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