Html Css Color HEX #EEA89B Wax Flower

📋 copy color: '#EEA89B'

red 238 ◦ green 168 ◦ blue 155

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

Shades of Wax Flower #EEA89B

Tints of Wax Flower #EEA89B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.95%

 BLUE value IS 155 (60.94% from 255) = 27.63%

R = 42.42%
G = 29.95%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EEA89B (or 0xEEA89B) is known color: Wax Flower. HEX triplet: EE, A8 and 9B. RGB value is (238,168,155). Sum of RGB (Red+Green+Blue) = 238+168+155=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA89B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA89B is #115764. Grayscale: #BBBBBB. Windows color (decimal): -1136485 or 10201326. OLE color: 10201326.

HSL color Cylindrical-coordinate representation of color #EEA89B: hue angle of 9.4º 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 #EEA89B is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 155 -
CMYK 0 0.29 0.35 0.07
HSL 9.4º 0.71% 0.77% -
HSV(B) 9.4º 0.35% 0.93% -
XYZ 55.18 48.55 37.47 -
YUV 187.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 238 168 155 0 0.29 0.35 0.07 9.4 0.71 0.77
Hex EE A8 9B 0 1D 23 7 9 47 4D
Octal 356 250 233 0 35 43 7 11 107 115
Binary 11101110 10101000 10011011 0 11101 100011 111 1001 1000111 1001101

Color Harmonies of #EEA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA89B

Black with #EEA89B

Text Example


Text Example

White with #EEA89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA89B; }

 p { color: rgb(238,168,155); }

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

background-color css

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

 a { background-color: rgb(238,168,155); }

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

border-color css

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

 span { border-color: rgb(238,168,155); }

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