Html Css Color HEX #EEB19A Wax Flower

📋 copy color: '#EEB19A'

red 238 ◦ green 177 ◦ blue 154

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

Shades of Wax Flower #EEB19A

Tints of Wax Flower #EEB19A

RGB

 RED value IS 238 (93.36% from 255) = 41.83%

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

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

R = 41.83%
G = 31.11%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEB19A (or 0xEEB19A) is known color: Wax Flower. HEX triplet: EE, B1 and 9A. RGB value is (238,177,154). Sum of RGB (Red+Green+Blue) = 238+177+154=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB19A is #114E65. Grayscale: #C0C0C0. Windows color (decimal): -1134182 or 10138094. OLE color: 10138094.

HSL color Cylindrical-coordinate representation of color #EEB19A: hue angle of 16.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEB19A is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 177 154 -
CMYK 0 0.26 0.35 0.07
HSL 16.43º 0.71% 0.77% -
HSV(B) 16.43º 0.35% 0.93% -
XYZ 56.81 51.95 37.61 -
YUV 192.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 238 177 154 0 0.26 0.35 0.07 16.43 0.71 0.77
Hex EE B1 9A 0 1A 23 7 10 47 4D
Octal 356 261 232 0 32 43 7 20 107 115
Binary 11101110 10110001 10011010 0 11010 100011 111 10000 1000111 1001101

Color Harmonies of #EEB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB19A

Black with #EEB19A

Text Example


Text Example

White with #EEB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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