Html Css Color HEX #EFF808 Yellow

📋 copy color: '#EFF808'

red 239 ◦ green 248 ◦ blue 8

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

Shades of Yellow #EFF808

Tints of Yellow #EFF808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.62%

R = 48.28%
G = 50.1%
B = 1.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#EFF808 (or 0xEFF808) is known color: Yellow. HEX triplet: EF, F8 and 08. RGB value is (239,248,8). Sum of RGB (Red+Green+Blue) = 239+248+8=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 8 (3.52% from 255 or 1.62% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF808 is #1007F7. Grayscale: #DADADA. Windows color (decimal): -1050616 or 588015. OLE color: 588015.

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

Color convert

RGB 239 248 8 -
CMYK 0.04 0 0.97 0.03
HSL 62.25º 0.94% 0.5% -
HSV(B) 62.25º 0.97% 0.97% -
XYZ 69.21 85.5 13.09 -
YUV 217.95 9.52 143.01 -
System Red Green Blue C M Y K H S L
Decimal 239 248 8 0.04 0 0.97 0.03 62.25 0.94 0.5
Hex EF F8 8 4 0 61 3 3E 5E 32
Octal 357 370 10 4 0 141 3 76 136 62
Binary 11101111 11111000 1000 100 0 1100001 11 111110 1011110 110010

Color Harmonies of #EFF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF808

Black with #EFF808

Text Example


Text Example

White with #EFF808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF808; }

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

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

background-color css

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

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

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

border-color css

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

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

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