Html Css Color HEX #EFE40D Lemon

📋 copy color: '#EFE40D'

red 239 ◦ green 228 ◦ blue 13

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

Shades of Lemon #EFE40D

Tints of Lemon #EFE40D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.5%

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

R = 49.79%
G = 47.5%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFE40D (or 0xEFE40D) is known color: Lemon. HEX triplet: EF, E4 and 0D. RGB value is (239,228,13). Sum of RGB (Red+Green+Blue) = 239+228+13=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE40D is #101BF2. Grayscale: #CFCFCF. Windows color (decimal): -1055731 or 910575. OLE color: 910575.

HSL color Cylindrical-coordinate representation of color #EFE40D: hue angle of 57.08º 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 #EFE40D is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 228 13 -
CMYK 0 0.05 0.95 0.06
HSL 57.08º 0.9% 0.49% -
HSV(B) 57.08º 0.95% 0.94% -
XYZ 63.41 73.87 11.3 -
YUV 206.78 18.64 150.98 -
System Red Green Blue C M Y K H S L
Decimal 239 228 13 0 0.05 0.95 0.06 57.08 0.9 0.49
Hex EF E4 D 0 5 5F 6 39 5A 31
Octal 357 344 15 0 5 137 6 71 132 61
Binary 11101111 11100100 1101 0 101 1011111 110 111001 1011010 110001

Color Harmonies of #EFE40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE40D

Black with #EFE40D

Text Example


Text Example

White with #EFE40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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