Html Css Color HEX #EFE80D Lemon

📋 copy color: '#EFE80D'

red 239 ◦ green 232 ◦ blue 13

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

Shades of Lemon #EFE80D

Tints of Lemon #EFE80D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.93%

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

R = 49.38%
G = 47.93%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFE80D (or 0xEFE80D) is known color: Lemon. HEX triplet: EF, E8 and 0D. RGB value is (239,232,13). Sum of RGB (Red+Green+Blue) = 239+232+13=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE80D is #1017F2. Grayscale: #D2D2D2. Windows color (decimal): -1054707 or 911599. OLE color: 911599.

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

Color convert

RGB 239 232 13 -
CMYK 0 0.03 0.95 0.06
HSL 58.14º 0.9% 0.49% -
HSV(B) 58.14º 0.95% 0.94% -
XYZ 64.53 76.09 11.67 -
YUV 209.13 17.32 149.31 -
System Red Green Blue C M Y K H S L
Decimal 239 232 13 0 0.03 0.95 0.06 58.14 0.9 0.49
Hex EF E8 D 0 3 5F 6 3A 5A 31
Octal 357 350 15 0 3 137 6 72 132 61
Binary 11101111 11101000 1101 0 11 1011111 110 111010 1011010 110001

Color Harmonies of #EFE80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE80D

Black with #EFE80D

Text Example


Text Example

White with #EFE80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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