Html Css Color HEX #EFDF0B Lemon

📋 copy color: '#EFDF0B'

red 239 ◦ green 223 ◦ blue 11

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

Shades of Lemon #EFDF0B

Tints of Lemon #EFDF0B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

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

R = 50.53%
G = 47.15%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFDF0B (or 0xEFDF0B) is known color: Lemon. HEX triplet: EF, DF and 0B. RGB value is (239,223,11). Sum of RGB (Red+Green+Blue) = 239+223+11=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF0B is #1020F4. Grayscale: #CCCCCC. Windows color (decimal): -1057013 or 778223. OLE color: 778223.

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

Color convert

RGB 239 223 11 -
CMYK 0 0.07 0.95 0.06
HSL 55.79º 0.91% 0.49% -
HSV(B) 55.79º 0.95% 0.94% -
XYZ 62.04 71.15 10.78 -
YUV 203.62 19.3 153.24 -
System Red Green Blue C M Y K H S L
Decimal 239 223 11 0 0.07 0.95 0.06 55.79 0.91 0.49
Hex EF DF B 0 7 5F 6 38 5B 31
Octal 357 337 13 0 7 137 6 70 133 61
Binary 11101111 11011111 1011 0 111 1011111 110 111000 1011011 110001

Color Harmonies of #EFDF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF0B

Black with #EFDF0B

Text Example


Text Example

White with #EFDF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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