Html Css Color HEX #EEA99B Wax Flower

📋 copy color: '#EEA99B'

red 238 ◦ green 169 ◦ blue 155

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

Shades of Wax Flower #EEA99B

Tints of Wax Flower #EEA99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.07%

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

R = 42.35%
G = 30.07%
B = 27.58%

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

#EEA99B (or 0xEEA99B) is known color: Wax Flower. HEX triplet: EE, A9 and 9B. RGB value is (238,169,155). Sum of RGB (Red+Green+Blue) = 238+169+155=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA99B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA99B is #115664. Grayscale: #BCBCBC. Windows color (decimal): -1136229 or 10201582. OLE color: 10201582.

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

Color convert

RGB 238 169 155 -
CMYK 0 0.29 0.35 0.07
HSL 10.12º 0.71% 0.77% -
HSV(B) 10.12º 0.35% 0.93% -
XYZ 55.36 48.92 37.53 -
YUV 188.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 238 169 155 0 0.29 0.35 0.07 10.12 0.71 0.77
Hex EE A9 9B 0 1D 23 7 A 47 4D
Octal 356 251 233 0 35 43 7 12 107 115
Binary 11101110 10101001 10011011 0 11101 100011 111 1010 1000111 1001101

Color Harmonies of #EEA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA99B

Black with #EEA99B

Text Example


Text Example

White with #EEA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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