Html Css Color HEX #EFEA0F Lemon

📋 copy color: '#EFEA0F'

red 239 ◦ green 234 ◦ blue 15

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

Shades of Lemon #EFEA0F

Tints of Lemon #EFEA0F

RGB

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

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

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

R = 48.98%
G = 47.95%
B = 3.07%

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

#EFEA0F (or 0xEFEA0F) is known color: Lemon. HEX triplet: EF, EA and 0F. RGB value is (239,234,15). Sum of RGB (Red+Green+Blue) = 239+234+15=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 15 (6.25% from 255 or 3.07% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA0F is #1015F0. Grayscale: #D3D3D3. Windows color (decimal): -1054193 or 1043183. OLE color: 1043183.

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

Color convert

RGB 239 234 15 -
CMYK 0 0.02 0.94 0.06
HSL 58.66º 0.88% 0.5% -
HSV(B) 58.66º 0.94% 0.94% -
XYZ 65.11 77.23 11.93 -
YUV 210.53 17.66 148.31 -
System Red Green Blue C M Y K H S L
Decimal 239 234 15 0 0.02 0.94 0.06 58.66 0.88 0.5
Hex EF EA F 0 2 5E 6 3B 58 32
Octal 357 352 17 0 2 136 6 73 130 62
Binary 11101111 11101010 1111 0 10 1011110 110 111011 1011000 110010

Color Harmonies of #EFEA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA0F

Black with #EFEA0F

Text Example


Text Example

White with #EFEA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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