Html Css Color HEX #EFD80F Lemon

📋 copy color: '#EFD80F'

red 239 ◦ green 216 ◦ blue 15

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

Shades of Lemon #EFD80F

Tints of Lemon #EFD80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.96%

 BLUE value IS 15 (6.25% from 255) = 3.19%

R = 50.85%
G = 45.96%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFD80F (or 0xEFD80F) is known color: Lemon. HEX triplet: EF, D8 and 0F. RGB value is (239,216,15). Sum of RGB (Red+Green+Blue) = 239+216+15=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 15 (6.25% from 255 or 3.19% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFD80F is #1027F0. Grayscale: #C8C8C8. Windows color (decimal): -1058801 or 1038575. OLE color: 1038575.

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

Color convert

RGB 239 216 15 -
CMYK 0 0.10 0.94 0.06
HSL 53.84º 0.88% 0.5% -
HSV(B) 53.84º 0.94% 0.94% -
XYZ 60.24 67.5 10.31 -
YUV 199.96 23.62 155.84 -
System Red Green Blue C M Y K H S L
Decimal 239 216 15 0 0.10 0.94 0.06 53.84 0.88 0.5
Hex EF D8 F 0 A 5E 6 36 58 32
Octal 357 330 17 0 12 136 6 66 130 62
Binary 11101111 11011000 1111 0 1010 1011110 110 110110 1011000 110010

Color Harmonies of #EFD80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD80F

Black with #EFD80F

Text Example


Text Example

White with #EFD80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD80F; }

 p { color: rgb(239,216,15); }

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

background-color css

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

 a { background-color: rgb(239,216,15); }

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

border-color css

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

 span { border-color: rgb(239,216,15); }

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