Html Css Color HEX #EEF001 Yellow

📋 copy color: '#EEF001'

red 238 ◦ green 240 ◦ blue 1

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

Shades of Yellow #EEF001

Tints of Yellow #EEF001

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 49.69%
G = 50.1%
B = 0.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#EEF001 (or 0xEEF001) is known color: Yellow. HEX triplet: EE, F0 and 01. RGB value is (238,240,1). Sum of RGB (Red+Green+Blue) = 238+240+1=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 1 (0.78% from 255 or 0.21% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF001 is #110FFE. Grayscale: #D5D5D5. Windows color (decimal): -1118207 or 127214. OLE color: 127214.

HSL color Cylindrical-coordinate representation of color #EEF001: hue angle of 60.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEF001 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 1 -
CMYK 0.01 0 1.00 0.06
HSL 60.5º 0.99% 0.47% -
HSV(B) 60.5º 1% 0.94% -
XYZ 66.43 80.5 12.07 -
YUV 212.16 8.84 146.43 -
System Red Green Blue C M Y K H S L
Decimal 238 240 1 0.01 0 1.00 0.06 60.5 0.99 0.47
Hex EE F0 1 1 0 64 6 3D 63 2F
Octal 356 360 1 1 0 144 6 75 143 57
Binary 11101110 11110000 1 1 0 1100100 110 111101 1100011 101111

Color Harmonies of #EEF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF001

Black with #EEF001

Text Example


Text Example

White with #EEF001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF001; }

 p { color: rgb(238,240,1); }

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

background-color css

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

 a { background-color: rgb(238,240,1); }

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

border-color css

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

 span { border-color: rgb(238,240,1); }

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