Html Css Color HEX #EEF402 Yellow

📋 copy color: '#EEF402'

red 238 ◦ green 244 ◦ blue 2

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

Shades of Yellow #EEF402

Tints of Yellow #EEF402

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.41%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 49.17%
G = 50.41%
B = 0.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#EEF402 (or 0xEEF402) is known color: Yellow. HEX triplet: EE, F4 and 02. RGB value is (238,244,2). Sum of RGB (Red+Green+Blue) = 238+244+2=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 2 (1.17% from 255 or 0.41% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF402 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF402 is #110BFD. Grayscale: #D7D7D7. Windows color (decimal): -1117182 or 193774. OLE color: 193774.

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

Color convert

RGB 238 244 2 -
CMYK 0.02 0 0.99 0.04
HSL 61.49º 0.98% 0.48% -
HSV(B) 61.49º 0.99% 0.96% -
XYZ 67.62 82.88 12.49 -
YUV 214.62 8.01 144.68 -
System Red Green Blue C M Y K H S L
Decimal 238 244 2 0.02 0 0.99 0.04 61.49 0.98 0.48
Hex EE F4 2 2 0 63 4 3D 62 30
Octal 356 364 2 2 0 143 4 75 142 60
Binary 11101110 11110100 10 10 0 1100011 100 111101 1100010 110000

Color Harmonies of #EEF402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF402

Black with #EEF402

Text Example


Text Example

White with #EEF402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF402; }

 p { color: rgb(238,244,2); }

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

background-color css

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

 a { background-color: rgb(238,244,2); }

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

border-color css

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

 span { border-color: rgb(238,244,2); }

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