Html Css Color HEX #EEB8A4 Wax Flower

📋 copy color: '#EEB8A4'

red 238 ◦ green 184 ◦ blue 164

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

Shades of Wax Flower #EEB8A4

Tints of Wax Flower #EEB8A4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.4%

 BLUE value IS 164 (64.45% from 255) = 27.99%

R = 40.61%
G = 31.4%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EEB8A4 (or 0xEEB8A4) is known color: Wax Flower. HEX triplet: EE, B8 and A4. RGB value is (238,184,164). Sum of RGB (Red+Green+Blue) = 238+184+164=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB8A4 is #11475B. Grayscale: #C5C5C5. Windows color (decimal): -1132380 or 10795246. OLE color: 10795246.

HSL color Cylindrical-coordinate representation of color #EEB8A4: hue angle of 16.22º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEB8A4 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 184 164 -
CMYK 0 0.23 0.31 0.07
HSL 16.22º 0.69% 0.79% -
HSV(B) 16.22º 0.31% 0.93% -
XYZ 59.1 55.14 42.65 -
YUV 197.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 238 184 164 0 0.23 0.31 0.07 16.22 0.69 0.79
Hex EE B8 A4 0 17 1F 7 10 45 4F
Octal 356 270 244 0 27 37 7 20 105 117
Binary 11101110 10111000 10100100 0 10111 11111 111 10000 1000101 1001111

Color Harmonies of #EEB8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB8A4

Black with #EEB8A4

Text Example


Text Example

White with #EEB8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB8A4; }

 p { color: rgb(238,184,164); }

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

background-color css

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

 a { background-color: rgb(238,184,164); }

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

border-color css

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

 span { border-color: rgb(238,184,164); }

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