Html Css Color HEX #EFF80D Yellow

📋 copy color: '#EFF80D'

red 239 ◦ green 248 ◦ blue 13

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

Shades of Yellow #EFF80D

Tints of Yellow #EFF80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.6%

R = 47.8%
G = 49.6%
B = 2.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#EFF80D (or 0xEFF80D) is known color: Yellow. HEX triplet: EF, F8 and 0D. RGB value is (239,248,13). Sum of RGB (Red+Green+Blue) = 239+248+13=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 13 (5.47% from 255 or 2.6% from 500); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF80D is #1007F2. Grayscale: #DBDBDB. Windows color (decimal): -1050611 or 915695. OLE color: 915695.

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

Color convert

RGB 239 248 13 -
CMYK 0.04 0 0.95 0.03
HSL 62.3º 0.94% 0.51% -
HSV(B) 62.3º 0.95% 0.97% -
XYZ 69.24 85.51 13.24 -
YUV 218.52 12.02 142.61 -
System Red Green Blue C M Y K H S L
Decimal 239 248 13 0.04 0 0.95 0.03 62.3 0.94 0.51
Hex EF F8 D 4 0 5F 3 3E 5E 33
Octal 357 370 15 4 0 137 3 76 136 63
Binary 11101111 11111000 1101 100 0 1011111 11 111110 1011110 110011

Color Harmonies of #EFF80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF80D

Black with #EFF80D

Text Example


Text Example

White with #EFF80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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