Html Css Color HEX #EFDF1A Lemon

📋 copy color: '#EFDF1A'

red 239 ◦ green 223 ◦ blue 26

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

Shades of Lemon #EFDF1A

Tints of Lemon #EFDF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.33%

R = 48.98%
G = 45.7%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFDF1A (or 0xEFDF1A) is known color: Lemon. HEX triplet: EF, DF and 1A. RGB value is (239,223,26). Sum of RGB (Red+Green+Blue) = 239+223+26=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 26 (10.55% from 255 or 5.33% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF1A is #1020E5. Grayscale: #CECECE. Windows color (decimal): -1056998 or 1761263. OLE color: 1761263.

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

Color convert

RGB 239 223 26 -
CMYK 0 0.07 0.89 0.06
HSL 55.49º 0.87% 0.52% -
HSV(B) 55.49º 0.89% 0.94% -
XYZ 62.17 71.2 11.44 -
YUV 205.33 26.8 152.02 -
System Red Green Blue C M Y K H S L
Decimal 239 223 26 0 0.07 0.89 0.06 55.49 0.87 0.52
Hex EF DF 1A 0 7 59 6 37 57 34
Octal 357 337 32 0 7 131 6 67 127 64
Binary 11101111 11011111 11010 0 111 1011001 110 110111 1010111 110100

Color Harmonies of #EFDF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF1A

Black with #EFDF1A

Text Example


Text Example

White with #EFDF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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