Html Css Color HEX #EEF200 Yellow

📋 copy color: '#EEF200'

red 238 ◦ green 242 ◦ blue 0

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

Shades of Yellow #EEF200

Tints of Yellow #EEF200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.58%
G = 50.42%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#EEF200 (or 0xEEF200) is known color: Yellow. HEX triplet: EE, F2 and 00. RGB value is (238,242,0). Sum of RGB (Red+Green+Blue) = 238+242+0=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 0 (0.39% from 255 or 0% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF200 is #110DFF. Grayscale: #D6D6D6. Windows color (decimal): -1117696 or 62190. OLE color: 62190.

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

Color convert

RGB 238 242 0 -
CMYK 0.02 0 1 0.05
HSL 60.99º 1% 0.47% -
HSV(B) 60.99º 1% 0.95% -
XYZ 67.01 81.68 12.23 -
YUV 213.22 7.67 145.68 -
System Red Green Blue C M Y K H S L
Decimal 238 242 0 0.02 0 1 0.05 60.99 1 0.47
Hex EE F2 0 2 0 64 5 3D 64 2F
Octal 356 362 0 2 0 144 5 75 144 57
Binary 11101110 11110010 0 10 0 1100100 101 111101 1100100 101111

Color Harmonies of #EEF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF200

Black with #EEF200

Text Example


Text Example

White with #EEF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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