Html Css Color HEX #EFDF0E Lemon

📋 copy color: '#EFDF0E'

red 239 ◦ green 223 ◦ blue 14

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

Shades of Lemon #EFDF0E

Tints of Lemon #EFDF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.94%

R = 50.21%
G = 46.85%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFDF0E (or 0xEFDF0E) is known color: Lemon. HEX triplet: EF, DF and 0E. RGB value is (239,223,14). Sum of RGB (Red+Green+Blue) = 239+223+14=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF0E is #1020F1. Grayscale: #CCCCCC. Windows color (decimal): -1057010 or 974831. OLE color: 974831.

HSL color Cylindrical-coordinate representation of color #EFDF0E: hue angle of 55.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFDF0E is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 223 14 -
CMYK 0 0.07 0.94 0.06
HSL 55.73º 0.89% 0.5% -
HSV(B) 55.73º 0.94% 0.94% -
XYZ 62.06 71.16 10.88 -
YUV 203.96 20.8 152.99 -
System Red Green Blue C M Y K H S L
Decimal 239 223 14 0 0.07 0.94 0.06 55.73 0.89 0.5
Hex EF DF E 0 7 5E 6 38 59 32
Octal 357 337 16 0 7 136 6 70 131 62
Binary 11101111 11011111 1110 0 111 1011110 110 111000 1011001 110010

Color Harmonies of #EFDF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF0E

Black with #EFDF0E

Text Example


Text Example

White with #EFDF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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