Html Css Color HEX #EFDF0F Lemon

📋 copy color: '#EFDF0F'

red 239 ◦ green 223 ◦ blue 15

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

Shades of Lemon #EFDF0F

Tints of Lemon #EFDF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.14%

R = 50.1%
G = 46.75%
B = 3.14%

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

#EFDF0F (or 0xEFDF0F) is known color: Lemon. HEX triplet: EF, DF and 0F. RGB value is (239,223,15). Sum of RGB (Red+Green+Blue) = 239+223+15=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF0F is #1020F0. Grayscale: #CCCCCC. Windows color (decimal): -1057009 or 1040367. OLE color: 1040367.

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

Color convert

RGB 239 223 15 -
CMYK 0 0.07 0.94 0.06
HSL 55.71º 0.88% 0.5% -
HSV(B) 55.71º 0.94% 0.94% -
XYZ 62.07 71.16 10.92 -
YUV 204.07 21.3 152.91 -
System Red Green Blue C M Y K H S L
Decimal 239 223 15 0 0.07 0.94 0.06 55.71 0.88 0.5
Hex EF DF F 0 7 5E 6 38 58 32
Octal 357 337 17 0 7 136 6 70 130 62
Binary 11101111 11011111 1111 0 111 1011110 110 111000 1011000 110010

Color Harmonies of #EFDF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF0F

Black with #EFDF0F

Text Example


Text Example

White with #EFDF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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