Html Css Color HEX #EBBBA2 Wax Flower

📋 copy color: '#EBBBA2'

red 235 ◦ green 187 ◦ blue 162

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

Shades of Wax Flower #EBBBA2

Tints of Wax Flower #EBBBA2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.02%

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

R = 40.24%
G = 32.02%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EBBBA2 (or 0xEBBBA2) is known color: Wax Flower. HEX triplet: EB, BB and A2. RGB value is (235,187,162). Sum of RGB (Red+Green+Blue) = 235+187+162=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 162 (63.67% from 255 or 27.74% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBBA2 is #14445D. Grayscale: #C6C6C6. Windows color (decimal): -1328222 or 10664939. OLE color: 10664939.

HSL color Cylindrical-coordinate representation of color #EBBBA2: hue angle of 20.55º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBBBA2 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 187 162 -
CMYK 0 0.20 0.31 0.08
HSL 20.55º 0.65% 0.78% -
HSV(B) 20.55º 0.31% 0.92% -
XYZ 58.55 55.81 41.87 -
YUV 198.5 107.4 154.03 -
System Red Green Blue C M Y K H S L
Decimal 235 187 162 0 0.20 0.31 0.08 20.55 0.65 0.78
Hex EB BB A2 0 14 1F 8 15 41 4E
Octal 353 273 242 0 24 37 10 25 101 116
Binary 11101011 10111011 10100010 0 10100 11111 1000 10101 1000001 1001110

Color Harmonies of #EBBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBA2

Black with #EBBBA2

Text Example


Text Example

White with #EBBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBA2; }

 p { color: rgb(235,187,162); }

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

background-color css

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

 a { background-color: rgb(235,187,162); }

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

border-color css

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

 span { border-color: rgb(235,187,162); }

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