Html Css Color HEX #EBB19A Wax Flower

📋 copy color: '#EBB19A'

red 235 ◦ green 177 ◦ blue 154

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

Shades of Wax Flower #EBB19A

Tints of Wax Flower #EBB19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.27%

 BLUE value IS 154 (60.55% from 255) = 27.21%

R = 41.52%
G = 31.27%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBB19A (or 0xEBB19A) is known color: Wax Flower. HEX triplet: EB, B1 and 9A. RGB value is (235,177,154). Sum of RGB (Red+Green+Blue) = 235+177+154=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB19A is #144E65. Grayscale: #BFBFBF. Windows color (decimal): -1330790 or 10138091. OLE color: 10138091.

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

Color convert

RGB 235 177 154 -
CMYK 0 0.25 0.34 0.08
HSL 17.04º 0.67% 0.76% -
HSV(B) 17.04º 0.34% 0.92% -
XYZ 55.82 51.44 37.56 -
YUV 191.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 235 177 154 0 0.25 0.34 0.08 17.04 0.67 0.76
Hex EB B1 9A 0 19 22 8 11 43 4C
Octal 353 261 232 0 31 42 10 21 103 114
Binary 11101011 10110001 10011010 0 11001 100010 1000 10001 1000011 1001100

Color Harmonies of #EBB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB19A

Black with #EBB19A

Text Example


Text Example

White with #EBB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB19A; }

 p { color: rgb(235,177,154); }

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

background-color css

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

 a { background-color: rgb(235,177,154); }

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

border-color css

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

 span { border-color: rgb(235,177,154); }

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