Html Css Color HEX #EEF14F Paris Daisy

📋 copy color: '#EEF14F'

red 238 ◦ green 241 ◦ blue 79

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

Shades of Paris Daisy #EEF14F

Tints of Paris Daisy #EEF14F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.19%

 BLUE value IS 79 (31.25% from 255) = 14.16%

R = 42.65%
G = 43.19%
B = 14.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#EEF14F (or 0xEEF14F) is known color: Paris Daisy. HEX triplet: EE, F1 and 4F. RGB value is (238,241,79). Sum of RGB (Red+Green+Blue) = 238+241+79=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 79 (31.25% from 255 or 14.16% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF14F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF14F is #110EB0. Grayscale: #DEDEDE. Windows color (decimal): -1117873 or 5239278. OLE color: 5239278.

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

Color convert

RGB 238 241 79 -
CMYK 0.01 0 0.67 0.05
HSL 61.11º 0.85% 0.63% -
HSV(B) 61.11º 0.67% 0.95% -
XYZ 68.13 81.65 19.57 -
YUV 221.64 47.51 139.67 -
System Red Green Blue C M Y K H S L
Decimal 238 241 79 0.01 0 0.67 0.05 61.11 0.85 0.63
Hex EE F1 4F 1 0 43 5 3D 55 3F
Octal 356 361 117 1 0 103 5 75 125 77
Binary 11101110 11110001 1001111 1 0 1000011 101 111101 1010101 111111

Color Harmonies of #EEF14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF14F

Black with #EEF14F

Text Example


Text Example

White with #EEF14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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