Html Css Color HEX #EFEA0E Lemon

📋 copy color: '#EFEA0E'

red 239 ◦ green 234 ◦ blue 14

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

Shades of Lemon #EFEA0E

Tints of Lemon #EFEA0E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.05%

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

R = 49.08%
G = 48.05%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFEA0E (or 0xEFEA0E) is known color: Lemon. HEX triplet: EF, EA and 0E. RGB value is (239,234,14). Sum of RGB (Red+Green+Blue) = 239+234+14=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 14 (5.86% from 255 or 2.87% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA0E is #1015F1. Grayscale: #D3D3D3. Windows color (decimal): -1054194 or 977647. OLE color: 977647.

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

Color convert

RGB 239 234 14 -
CMYK 0 0.02 0.94 0.06
HSL 58.67º 0.89% 0.5% -
HSV(B) 58.67º 0.94% 0.94% -
XYZ 65.1 77.23 11.89 -
YUV 210.42 17.16 148.39 -
System Red Green Blue C M Y K H S L
Decimal 239 234 14 0 0.02 0.94 0.06 58.67 0.89 0.5
Hex EF EA E 0 2 5E 6 3B 59 32
Octal 357 352 16 0 2 136 6 73 131 62
Binary 11101111 11101010 1110 0 10 1011110 110 111011 1011001 110010

Color Harmonies of #EFEA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA0E

Black with #EFEA0E

Text Example


Text Example

White with #EFEA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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