Html Css Color HEX #EEF254 Paris Daisy

📋 copy color: '#EEF254'

red 238 ◦ green 242 ◦ blue 84

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

Shades of Paris Daisy #EEF254

Tints of Paris Daisy #EEF254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 14.89%

R = 42.2%
G = 42.91%
B = 14.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#EEF254 (or 0xEEF254) is known color: Paris Daisy. HEX triplet: EE, F2 and 54. RGB value is (238,242,84). Sum of RGB (Red+Green+Blue) = 238+242+84=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 84 (33.20% from 255 or 14.89% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF254 is #110DAB. Grayscale: #DFDFDF. Windows color (decimal): -1117612 or 5567214. OLE color: 5567214.

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

Color convert

RGB 238 242 84 -
CMYK 0.02 0 0.65 0.05
HSL 61.52º 0.86% 0.64% -
HSV(B) 61.52º 0.65% 0.95% -
XYZ 68.61 82.32 20.66 -
YUV 222.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 238 242 84 0.02 0 0.65 0.05 61.52 0.86 0.64
Hex EE F2 54 2 0 41 5 3E 56 40
Octal 356 362 124 2 0 101 5 76 126 100
Binary 11101110 11110010 1010100 10 0 1000001 101 111110 1010110 1000000

Color Harmonies of #EEF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF254

Black with #EEF254

Text Example


Text Example

White with #EEF254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF254; }

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

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

background-color css

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

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

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

border-color css

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

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

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