Html Css Color HEX #EEF255 Paris Daisy

📋 copy color: '#EEF255'

red 238 ◦ green 242 ◦ blue 85

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

Shades of Paris Daisy #EEF255

Tints of Paris Daisy #EEF255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.04%

R = 42.12%
G = 42.83%
B = 15.04%

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

#EEF255 (or 0xEEF255) is known color: Paris Daisy. HEX triplet: EE, F2 and 55. RGB value is (238,242,85). Sum of RGB (Red+Green+Blue) = 238+242+85=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 85 (33.59% from 255 or 15.04% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF255 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF255 is #110DAA. Grayscale: #DFDFDF. Windows color (decimal): -1117611 or 5632750. OLE color: 5632750.

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

Color convert

RGB 238 242 85 -
CMYK 0.02 0 0.65 0.05
HSL 61.53º 0.86% 0.64% -
HSV(B) 61.53º 0.65% 0.95% -
XYZ 68.65 82.34 20.87 -
YUV 222.91 50.17 138.77 -
System Red Green Blue C M Y K H S L
Decimal 238 242 85 0.02 0 0.65 0.05 61.53 0.86 0.64
Hex EE F2 55 2 0 41 5 3E 56 40
Octal 356 362 125 2 0 101 5 76 126 100
Binary 11101110 11110010 1010101 10 0 1000001 101 111110 1010110 1000000

Color Harmonies of #EEF255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF255

Black with #EEF255

Text Example


Text Example

White with #EEF255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF255; }

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

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

background-color css

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

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

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

border-color css

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

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

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