#EEE94E

Color #EEE94E Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EEE94E

Tints of Paris Daisy #EEE94E

Color information

#EEE94E (or 0xEEE94E) is unknown color: approx Paris Daisy. HEX triplet: EE, E9 and 4E. RGB value is (238,233,78). Sum of RGB (Red+Green+Blue) = 238+233+78=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 78 (30.86% from 255 or 14.21% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE94E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE94E is #1116B1. Grayscale: #D9D9D9. Windows color (decimal): -1119922 or 5171694. OLE color: 5171694.

HSL color Cylindrical-coordinate representation of color #EEE94E: hue angle of 58.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEE94E is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23823378-
CMYK00.020.670.07
HSL58.12º82.47%61.96%-
HSV(B)58.12º67.23%93.33%-
XYZ65.7777.0118.6-
YUV216.8249.66143.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.35%
GREEN value IS 233 (91.41% from 255) = 42.44%
BLUE value IS 78 (30.86% from 255) = 14.21%
R=43.35%
G=42.44%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382337800.020.670.0758.1282.4761.96
HexEEE94E024373a523e
Octal3563511160210377212276
Binary1110111011101001100111001010000111111110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE94E; }

 p { color: rgb(238,233,78); }

 H1.HeaderClassName
 {
   color: #EEE94E;
 }
 .AnyTagClassName
 {
   color: #EEE94E;
 }
</style>
background-color css

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

 a { background-color: rgb(238,233,78); }

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

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

 span { border-color: rgb(238,233,78); }

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