Html Css Color HEX #EEA794 Wax Flower

📋 copy color: '#EEA794'

red 238 ◦ green 167 ◦ blue 148

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

Shades of Wax Flower #EEA794

Tints of Wax Flower #EEA794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.76%

R = 43.04%
G = 30.2%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EEA794 (or 0xEEA794) is known color: Wax Flower. HEX triplet: EE, A7 and 94. RGB value is (238,167,148). Sum of RGB (Red+Green+Blue) = 238+167+148=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA794 is #11586B. Grayscale: #BABABA. Windows color (decimal): -1136748 or 9742318. OLE color: 9742318.

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

Color convert

RGB 238 167 148 -
CMYK 0 0.30 0.38 0.07
HSL 12.67º 0.73% 0.76% -
HSV(B) 12.67º 0.38% 0.93% -
XYZ 54.42 47.95 34.4 -
YUV 186.06 106.52 165.04 -
System Red Green Blue C M Y K H S L
Decimal 238 167 148 0 0.30 0.38 0.07 12.67 0.73 0.76
Hex EE A7 94 0 1E 26 7 D 49 4C
Octal 356 247 224 0 36 46 7 15 111 114
Binary 11101110 10100111 10010100 0 11110 100110 111 1101 1001001 1001100

Color Harmonies of #EEA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA794

Black with #EEA794

Text Example


Text Example

White with #EEA794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA794; }

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

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

background-color css

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

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

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

border-color css

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

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

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