Html Css Color HEX #EBB096 Wax Flower

📋 copy color: '#EBB096'

red 235 ◦ green 176 ◦ blue 150

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

Shades of Wax Flower #EBB096

Tints of Wax Flower #EBB096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.37%

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 41.89%
G = 31.37%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBB096 (or 0xEBB096) is known color: Wax Flower. HEX triplet: EB, B0 and 96. RGB value is (235,176,150). Sum of RGB (Red+Green+Blue) = 235+176+150=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB096 is #144F69. Grayscale: #BEBEBE. Windows color (decimal): -1331050 or 9875691. OLE color: 9875691.

HSL color Cylindrical-coordinate representation of color #EBB096: hue angle of 18.35º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBB096 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 176 150 -
CMYK 0 0.25 0.36 0.08
HSL 18.35º 0.68% 0.75% -
HSV(B) 18.35º 0.36% 0.92% -
XYZ 55.29 50.91 35.77 -
YUV 190.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 235 176 150 0 0.25 0.36 0.08 18.35 0.68 0.75
Hex EB B0 96 0 19 24 8 12 44 4B
Octal 353 260 226 0 31 44 10 22 104 113
Binary 11101011 10110000 10010110 0 11001 100100 1000 10010 1000100 1001011

Color Harmonies of #EBB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB096

Black with #EBB096

Text Example


Text Example

White with #EBB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB096; }

 p { color: rgb(235,176,150); }

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

background-color css

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

 a { background-color: rgb(235,176,150); }

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

border-color css

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

 span { border-color: rgb(235,176,150); }

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