Html Css Color HEX #EEF150 Paris Daisy

📋 copy color: '#EEF150'

red 238 ◦ green 241 ◦ blue 80

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

Shades of Paris Daisy #EEF150

Tints of Paris Daisy #EEF150

RGB

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

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

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

R = 42.58%
G = 43.11%
B = 14.31%

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

#EEF150 (or 0xEEF150) is known color: Paris Daisy. HEX triplet: EE, F1 and 50. RGB value is (238,241,80). Sum of RGB (Red+Green+Blue) = 238+241+80=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 80 (31.64% from 255 or 14.31% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF150 is #110EAF. Grayscale: #DEDEDE. Windows color (decimal): -1117872 or 5304814. OLE color: 5304814.

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

Color convert

RGB 238 241 80 -
CMYK 0.01 0 0.67 0.05
HSL 61.12º 0.85% 0.63% -
HSV(B) 61.12º 0.67% 0.95% -
XYZ 68.16 81.67 19.76 -
YUV 221.75 48.01 139.59 -
System Red Green Blue C M Y K H S L
Decimal 238 241 80 0.01 0 0.67 0.05 61.12 0.85 0.63
Hex EE F1 50 1 0 43 5 3D 55 3F
Octal 356 361 120 1 0 103 5 75 125 77
Binary 11101110 11110001 1010000 1 0 1000011 101 111101 1010101 111111

Color Harmonies of #EEF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF150

Black with #EEF150

Text Example


Text Example

White with #EEF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF150; }

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

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

background-color css

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

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

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

border-color css

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

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

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