Html Css Color HEX #EEF250 Paris Daisy

📋 copy color: '#EEF250'

red 238 ◦ green 242 ◦ blue 80

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

Shades of Paris Daisy #EEF250

Tints of Paris Daisy #EEF250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

 BLUE value IS 80 (31.64% from 255) = 14.29%

R = 42.5%
G = 43.21%
B = 14.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#EEF250 (or 0xEEF250) is known color: Paris Daisy. HEX triplet: EE, F2 and 50. RGB value is (238,242,80). Sum of RGB (Red+Green+Blue) = 238+242+80=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 80 (31.64% from 255 or 14.29% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF250 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF250 is #110DAF. Grayscale: #DEDEDE. Windows color (decimal): -1117616 or 5305070. OLE color: 5305070.

HSL color Cylindrical-coordinate representation of color #EEF250: hue angle of 61.48º degrees, saturation: 0.86, 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 #EEF250 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 80 -
CMYK 0.02 0 0.67 0.05
HSL 61.48º 0.86% 0.63% -
HSV(B) 61.48º 0.67% 0.95% -
XYZ 68.46 82.26 19.86 -
YUV 222.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 238 242 80 0.02 0 0.67 0.05 61.48 0.86 0.63
Hex EE F2 50 2 0 43 5 3D 56 3F
Octal 356 362 120 2 0 103 5 75 126 77
Binary 11101110 11110010 1010000 10 0 1000011 101 111101 1010110 111111

Color Harmonies of #EEF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF250

Black with #EEF250

Text Example


Text Example

White with #EEF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF250; }

 p { color: rgb(238,242,80); }

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

background-color css

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

 a { background-color: rgb(238,242,80); }

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

border-color css

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

 span { border-color: rgb(238,242,80); }

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