Html Css Color HEX #EFDF12 Lemon

📋 copy color: '#EFDF12'

red 239 ◦ green 223 ◦ blue 18

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

Shades of Lemon #EFDF12

Tints of Lemon #EFDF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.75%

R = 49.79%
G = 46.46%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFDF12 (or 0xEFDF12) is known color: Lemon. HEX triplet: EF, DF and 12. RGB value is (239,223,18). Sum of RGB (Red+Green+Blue) = 239+223+18=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFDF12 is #1020ED. Grayscale: #CDCDCD. Windows color (decimal): -1057006 or 1236975. OLE color: 1236975.

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

Color convert

RGB 239 223 18 -
CMYK 0 0.07 0.92 0.06
HSL 55.66º 0.87% 0.5% -
HSV(B) 55.66º 0.92% 0.94% -
XYZ 62.09 71.17 11.04 -
YUV 204.41 22.8 152.67 -
System Red Green Blue C M Y K H S L
Decimal 239 223 18 0 0.07 0.92 0.06 55.66 0.87 0.5
Hex EF DF 12 0 7 5C 6 38 57 32
Octal 357 337 22 0 7 134 6 70 127 62
Binary 11101111 11011111 10010 0 111 1011100 110 111000 1010111 110010

Color Harmonies of #EFDF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF12

Black with #EFDF12

Text Example


Text Example

White with #EFDF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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