Html Css Color HEX #EFDC18 Lemon

📋 copy color: '#EFDC18'

red 239 ◦ green 220 ◦ blue 24

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

Shades of Lemon #EFDC18

Tints of Lemon #EFDC18

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 24 (9.77% from 255) = 4.97%

R = 49.48%
G = 45.55%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFDC18 (or 0xEFDC18) is known color: Lemon. HEX triplet: EF, DC and 18. RGB value is (239,220,24). Sum of RGB (Red+Green+Blue) = 239+220+24=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC18 is #1023E7. Grayscale: #CCCCCC. Windows color (decimal): -1057768 or 1629423. OLE color: 1629423.

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

Color convert

RGB 239 220 24 -
CMYK 0 0.08 0.90 0.06
HSL 54.7º 0.87% 0.52% -
HSV(B) 54.7º 0.9% 0.94% -
XYZ 61.35 69.6 11.07 -
YUV 203.34 26.79 153.44 -
System Red Green Blue C M Y K H S L
Decimal 239 220 24 0 0.08 0.90 0.06 54.7 0.87 0.52
Hex EF DC 18 0 8 5A 6 37 57 34
Octal 357 334 30 0 10 132 6 67 127 64
Binary 11101111 11011100 11000 0 1000 1011010 110 110111 1010111 110100

Color Harmonies of #EFDC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC18

Black with #EFDC18

Text Example


Text Example

White with #EFDC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC18; }

 p { color: rgb(239,220,24); }

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

background-color css

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

 a { background-color: rgb(239,220,24); }

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

border-color css

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

 span { border-color: rgb(239,220,24); }

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