Html Css Color HEX #EFDF0A Lemon

📋 copy color: '#EFDF0A'

red 239 ◦ green 223 ◦ blue 10

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

Shades of Lemon #EFDF0A

Tints of Lemon #EFDF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 50.64%
G = 47.25%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFDF0A (or 0xEFDF0A) is known color: Lemon. HEX triplet: EF, DF and 0A. RGB value is (239,223,10). Sum of RGB (Red+Green+Blue) = 239+223+10=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF0A is #1020F5. Grayscale: #CCCCCC. Windows color (decimal): -1057014 or 712687. OLE color: 712687.

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

Color convert

RGB 239 223 10 -
CMYK 0 0.07 0.96 0.06
HSL 55.81º 0.92% 0.49% -
HSV(B) 55.81º 0.96% 0.94% -
XYZ 62.04 71.15 10.75 -
YUV 203.5 18.8 153.32 -
System Red Green Blue C M Y K H S L
Decimal 239 223 10 0 0.07 0.96 0.06 55.81 0.92 0.49
Hex EF DF A 0 7 60 6 38 5C 31
Octal 357 337 12 0 7 140 6 70 134 61
Binary 11101111 11011111 1010 0 111 1100000 110 111000 1011100 110001

Color Harmonies of #EFDF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF0A

Black with #EFDF0A

Text Example


Text Example

White with #EFDF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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