Html Css Color HEX #EEBAA5 Wax Flower

📋 copy color: '#EEBAA5'

red 238 ◦ green 186 ◦ blue 165

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

Shades of Wax Flower #EEBAA5

Tints of Wax Flower #EEBAA5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.58%

 BLUE value IS 165 (64.84% from 255) = 28.01%

R = 40.41%
G = 31.58%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EEBAA5 (or 0xEEBAA5) is known color: Wax Flower. HEX triplet: EE, BA and A5. RGB value is (238,186,165). Sum of RGB (Red+Green+Blue) = 238+186+165=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBAA5 is #11455A. Grayscale: #C7C7C7. Windows color (decimal): -1131867 or 10861294. OLE color: 10861294.

HSL color Cylindrical-coordinate representation of color #EEBAA5: hue angle of 17.26º degrees, saturation: 0.68, 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 #EEBAA5 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 186 165 -
CMYK 0 0.22 0.31 0.07
HSL 17.26º 0.68% 0.79% -
HSV(B) 17.26º 0.31% 0.93% -
XYZ 59.61 56.01 43.27 -
YUV 199.15 108.73 155.71 -
System Red Green Blue C M Y K H S L
Decimal 238 186 165 0 0.22 0.31 0.07 17.26 0.68 0.79
Hex EE BA A5 0 16 1F 7 11 44 4F
Octal 356 272 245 0 26 37 7 21 104 117
Binary 11101110 10111010 10100101 0 10110 11111 111 10001 1000100 1001111

Color Harmonies of #EEBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBAA5

Black with #EEBAA5

Text Example


Text Example

White with #EEBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBAA5; }

 p { color: rgb(238,186,165); }

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

background-color css

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

 a { background-color: rgb(238,186,165); }

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

border-color css

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

 span { border-color: rgb(238,186,165); }

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