Html Css Color HEX #EEA698 Wax Flower

📋 copy color: '#EEA698'

red 238 ◦ green 166 ◦ blue 152

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

Shades of Wax Flower #EEA698

Tints of Wax Flower #EEA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.86%

 BLUE value IS 152 (59.77% from 255) = 27.34%

R = 42.81%
G = 29.86%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EEA698 (or 0xEEA698) is known color: Wax Flower. HEX triplet: EE, A6 and 98. RGB value is (238,166,152). Sum of RGB (Red+Green+Blue) = 238+166+152=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA698 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA698 is #115967. Grayscale: #BABABA. Windows color (decimal): -1137000 or 10004206. OLE color: 10004206.

HSL color Cylindrical-coordinate representation of color #EEA698: hue angle of 9.77º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EEA698 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 166 152 -
CMYK 0 0.30 0.36 0.07
HSL 9.77º 0.72% 0.76% -
HSV(B) 9.77º 0.36% 0.93% -
XYZ 54.56 47.72 36.04 -
YUV 185.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 238 166 152 0 0.30 0.36 0.07 9.77 0.72 0.76
Hex EE A6 98 0 1E 24 7 A 48 4C
Octal 356 246 230 0 36 44 7 12 110 114
Binary 11101110 10100110 10011000 0 11110 100100 111 1010 1001000 1001100

Color Harmonies of #EEA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA698

Black with #EEA698

Text Example


Text Example

White with #EEA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA698; }

 p { color: rgb(238,166,152); }

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

background-color css

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

 a { background-color: rgb(238,166,152); }

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

border-color css

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

 span { border-color: rgb(238,166,152); }

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