Html Css Color HEX #EEF000 Yellow

📋 copy color: '#EEF000'

red 238 ◦ green 240 ◦ blue 0

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

Shades of Yellow #EEF000

Tints of Yellow #EEF000

RGB

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

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

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

R = 49.79%
G = 50.21%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EEF000 (or 0xEEF000) is known color: Yellow. HEX triplet: EE, F0 and 00. RGB value is (238,240,0). Sum of RGB (Red+Green+Blue) = 238+240+0=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 0 (0.39% from 255 or 0% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF000 is #110FFF. Grayscale: #D5D5D5. Windows color (decimal): -1118208 or 61678. OLE color: 61678.

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

Color convert

RGB 238 240 0 -
CMYK 0.01 0 1 0.06
HSL 60.5º 1% 0.47% -
HSV(B) 60.5º 1% 0.94% -
XYZ 66.42 80.5 12.04 -
YUV 212.04 8.34 146.51 -
System Red Green Blue C M Y K H S L
Decimal 238 240 0 0.01 0 1 0.06 60.5 1 0.47
Hex EE F0 0 1 0 64 6 3C 64 2F
Octal 356 360 0 1 0 144 6 74 144 57
Binary 11101110 11110000 0 1 0 1100100 110 111100 1100100 101111

Color Harmonies of #EEF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF000

Black with #EEF000

Text Example


Text Example

White with #EEF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF000; }

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

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

background-color css

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

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

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

border-color css

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

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

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