#EEF14D

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

Shades of Paris Daisy #EEF14D

Tints of Paris Daisy #EEF14D

Color information

#EEF14D (or 0xEEF14D) is unknown color: approx Paris Daisy. HEX triplet: EE, F1 and 4D. RGB value is (238,241,77). Sum of RGB (Red+Green+Blue) = 238+241+77=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 77 (30.47% from 255 or 13.85% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF14D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF14D is #110EB2. Grayscale: #DEDEDE. Windows color (decimal): -1117875 or 5108206. OLE color: 5108206.

HSL color Cylindrical-coordinate representation of color #EEF14D: hue angle of 61.1º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEF14D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB23824177-
CMYK0.0100.680.05
HSL61.1º85.42%62.35%-
HSV(B)61.1º68.05%94.51%-
XYZ68.0581.6219.19-
YUV221.4146.51139.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.81%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 77 (30.47% from 255) = 13.85%
R=42.81%
G=43.35%
B=13.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal238241770.0100.680.0561.185.4262.35
HexEEF14D104453d553e
Octal3563611151010457512576
Binary111011101111000110011011010001001011111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF14D; }

 p { color: rgb(238,241,77); }

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

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

 a { background-color: rgb(238,241,77); }

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

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

 span { border-color: rgb(238,241,77); }

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