Html Css Color HEX #EFDD14 Lemon

📋 copy color: '#EFDD14'

red 239 ◦ green 221 ◦ blue 20

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

Shades of Lemon #EFDD14

Tints of Lemon #EFDD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.04%

 BLUE value IS 20 (8.2% from 255) = 4.17%

R = 49.79%
G = 46.04%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFDD14 (or 0xEFDD14) is known color: Lemon. HEX triplet: EF, DD and 14. RGB value is (239,221,20). Sum of RGB (Red+Green+Blue) = 239+221+20=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDD14 is #1022EB. Grayscale: #CCCCCC. Windows color (decimal): -1057516 or 1367535. OLE color: 1367535.

HSL color Cylindrical-coordinate representation of color #EFDD14: hue angle of 55.07º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFDD14 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 221 20 -
CMYK 0 0.08 0.92 0.06
HSL 55.07º 0.87% 0.51% -
HSV(B) 55.07º 0.92% 0.94% -
XYZ 61.58 70.11 10.95 -
YUV 203.47 24.46 153.34 -
System Red Green Blue C M Y K H S L
Decimal 239 221 20 0 0.08 0.92 0.06 55.07 0.87 0.51
Hex EF DD 14 0 8 5C 6 37 57 33
Octal 357 335 24 0 10 134 6 67 127 63
Binary 11101111 11011101 10100 0 1000 1011100 110 110111 1010111 110011

Color Harmonies of #EFDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDD14

Black with #EFDD14

Text Example


Text Example

White with #EFDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDD14; }

 p { color: rgb(239,221,20); }

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

background-color css

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

 a { background-color: rgb(239,221,20); }

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

border-color css

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

 span { border-color: rgb(239,221,20); }

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