Html Css Color HEX #EEF252 Paris Daisy

📋 copy color: '#EEF252'

red 238 ◦ green 242 ◦ blue 82

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

Shades of Paris Daisy #EEF252

Tints of Paris Daisy #EEF252

RGB

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

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

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

R = 42.35%
G = 43.06%
B = 14.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#EEF252 (or 0xEEF252) is known color: Paris Daisy. HEX triplet: EE, F2 and 52. RGB value is (238,242,82). Sum of RGB (Red+Green+Blue) = 238+242+82=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 82 (32.42% from 255 or 14.59% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF252 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF252 is #110DAD. Grayscale: #DFDFDF. Windows color (decimal): -1117614 or 5436142. OLE color: 5436142.

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

Color convert

RGB 238 242 82 -
CMYK 0.02 0 0.66 0.05
HSL 61.5º 0.86% 0.64% -
HSV(B) 61.5º 0.66% 0.95% -
XYZ 68.54 82.29 20.25 -
YUV 222.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 238 242 82 0.02 0 0.66 0.05 61.5 0.86 0.64
Hex EE F2 52 2 0 42 5 3E 56 40
Octal 356 362 122 2 0 102 5 76 126 100
Binary 11101110 11110010 1010010 10 0 1000010 101 111110 1010110 1000000

Color Harmonies of #EEF252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF252

Black with #EEF252

Text Example


Text Example

White with #EEF252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF252; }

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

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

background-color css

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

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

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

border-color css

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

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

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