Html Css Color HEX #EEF152 Paris Daisy

📋 copy color: '#EEF152'

red 238 ◦ green 241 ◦ blue 82

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

Shades of Paris Daisy #EEF152

Tints of Paris Daisy #EEF152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.62%

R = 42.42%
G = 42.96%
B = 14.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#EEF152 (or 0xEEF152) is known color: Paris Daisy. HEX triplet: EE, F1 and 52. RGB value is (238,241,82). Sum of RGB (Red+Green+Blue) = 238+241+82=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF152 is #110EAD. Grayscale: #DEDEDE. Windows color (decimal): -1117870 or 5435886. OLE color: 5435886.

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

Color convert

RGB 238 241 82 -
CMYK 0.01 0 0.66 0.05
HSL 61.13º 0.85% 0.63% -
HSV(B) 61.13º 0.66% 0.95% -
XYZ 68.24 81.7 20.16 -
YUV 221.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 238 241 82 0.01 0 0.66 0.05 61.13 0.85 0.63
Hex EE F1 52 1 0 42 5 3D 55 3F
Octal 356 361 122 1 0 102 5 75 125 77
Binary 11101110 11110001 1010010 1 0 1000010 101 111101 1010101 111111

Color Harmonies of #EEF152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF152

Black with #EEF152

Text Example


Text Example

White with #EEF152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF152; }

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

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

background-color css

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

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

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

border-color css

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

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

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