Html Css Color HEX #EEF205 Yellow

📋 copy color: '#EEF205'

red 238 ◦ green 242 ◦ blue 5

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

Shades of Yellow #EEF205

Tints of Yellow #EEF205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.03%

R = 49.07%
G = 49.9%
B = 1.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#EEF205 (or 0xEEF205) is known color: Yellow. HEX triplet: EE, F2 and 05. RGB value is (238,242,5). Sum of RGB (Red+Green+Blue) = 238+242+5=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 5 (2.34% from 255 or 1.03% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF205 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF205 is #110DFA. Grayscale: #D6D6D6. Windows color (decimal): -1117691 or 389870. OLE color: 389870.

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

Color convert

RGB 238 242 5 -
CMYK 0.02 0 0.98 0.05
HSL 61.01º 0.96% 0.48% -
HSV(B) 61.01º 0.98% 0.95% -
XYZ 67.04 81.69 12.38 -
YUV 213.79 10.17 145.27 -
System Red Green Blue C M Y K H S L
Decimal 238 242 5 0.02 0 0.98 0.05 61.01 0.96 0.48
Hex EE F2 5 2 0 62 5 3D 60 30
Octal 356 362 5 2 0 142 5 75 140 60
Binary 11101110 11110010 101 10 0 1100010 101 111101 1100000 110000

Color Harmonies of #EEF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF205

Black with #EEF205

Text Example


Text Example

White with #EEF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF205; }

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

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

background-color css

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

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

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

border-color css

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

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

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