Html Css Color HEX #EFDC0B Lemon

📋 copy color: '#EFDC0B'

red 239 ◦ green 220 ◦ blue 11

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

Shades of Lemon #EFDC0B

Tints of Lemon #EFDC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.34%

R = 50.85%
G = 46.81%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFDC0B (or 0xEFDC0B) is known color: Lemon. HEX triplet: EF, DC and 0B. RGB value is (239,220,11). Sum of RGB (Red+Green+Blue) = 239+220+11=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDC0B is #1023F4. Grayscale: #CACACA. Windows color (decimal): -1057781 or 777455. OLE color: 777455.

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

Color convert

RGB 239 220 11 -
CMYK 0 0.08 0.95 0.06
HSL 55º 0.91% 0.49% -
HSV(B) 55º 0.95% 0.94% -
XYZ 61.25 69.56 10.52 -
YUV 201.86 20.29 154.49 -
System Red Green Blue C M Y K H S L
Decimal 239 220 11 0 0.08 0.95 0.06 55 0.91 0.49
Hex EF DC B 0 8 5F 6 37 5B 31
Octal 357 334 13 0 10 137 6 67 133 61
Binary 11101111 11011100 1011 0 1000 1011111 110 110111 1011011 110001

Color Harmonies of #EFDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC0B

Black with #EFDC0B

Text Example


Text Example

White with #EFDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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