Html Css Color HEX #EEA796 Wax Flower

📋 copy color: '#EEA796'

red 238 ◦ green 167 ◦ blue 150

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

Shades of Wax Flower #EEA796

Tints of Wax Flower #EEA796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.09%

 BLUE value IS 150 (58.98% from 255) = 27.03%

R = 42.88%
G = 30.09%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEA796 (or 0xEEA796) is known color: Wax Flower. HEX triplet: EE, A7 and 96. RGB value is (238,167,150). Sum of RGB (Red+Green+Blue) = 238+167+150=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA796 is #115869. Grayscale: #BABABA. Windows color (decimal): -1136746 or 9873390. OLE color: 9873390.

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

Color convert

RGB 238 167 150 -
CMYK 0 0.30 0.37 0.07
HSL 11.59º 0.72% 0.76% -
HSV(B) 11.59º 0.37% 0.93% -
XYZ 54.58 48.02 35.25 -
YUV 186.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 238 167 150 0 0.30 0.37 0.07 11.59 0.72 0.76
Hex EE A7 96 0 1E 25 7 C 48 4C
Octal 356 247 226 0 36 45 7 14 110 114
Binary 11101110 10100111 10010110 0 11110 100101 111 1100 1001000 1001100

Color Harmonies of #EEA796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA796

Black with #EEA796

Text Example


Text Example

White with #EEA796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA796; }

 p { color: rgb(238,167,150); }

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

background-color css

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

 a { background-color: rgb(238,167,150); }

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

border-color css

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

 span { border-color: rgb(238,167,150); }

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