Html Css Color HEX #EFF802 Yellow

📋 copy color: '#EFF802'

red 239 ◦ green 248 ◦ blue 2

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

Shades of Yellow #EFF802

Tints of Yellow #EFF802

RGB

 RED value IS 239 (93.75% from 255) = 48.88%

 GREEN value IS 248 (97.27% from 255) = 50.72%

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

R = 48.88%
G = 50.72%
B = 0.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#EFF802 (or 0xEFF802) is known color: Yellow. HEX triplet: EF, F8 and 02. RGB value is (239,248,2). Sum of RGB (Red+Green+Blue) = 239+248+2=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 2 (1.17% from 255 or 0.41% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF802 is #1007FD. Grayscale: #DADADA. Windows color (decimal): -1050622 or 194799. OLE color: 194799.

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

Color convert

RGB 239 248 2 -
CMYK 0.04 0 0.99 0.03
HSL 62.2º 0.98% 0.49% -
HSV(B) 62.2º 0.99% 0.97% -
XYZ 69.17 85.49 12.91 -
YUV 217.27 6.52 143.5 -
System Red Green Blue C M Y K H S L
Decimal 239 248 2 0.04 0 0.99 0.03 62.2 0.98 0.49
Hex EF F8 2 4 0 63 3 3E 62 31
Octal 357 370 2 4 0 143 3 76 142 61
Binary 11101111 11111000 10 100 0 1100011 11 111110 1100010 110001

Color Harmonies of #EFF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF802

Black with #EFF802

Text Example


Text Example

White with #EFF802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF802; }

 p { color: rgb(239,248,2); }

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

background-color css

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

 a { background-color: rgb(239,248,2); }

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

border-color css

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

 span { border-color: rgb(239,248,2); }

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