Html Css Color HEX #EFE00A Lemon

📋 copy color: '#EFE00A'

red 239 ◦ green 224 ◦ blue 10

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

Shades of Lemon #EFE00A

Tints of Lemon #EFE00A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.36%

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 50.53%
G = 47.36%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFE00A (or 0xEFE00A) is known color: Lemon. HEX triplet: EF, E0 and 0A. RGB value is (239,224,10). Sum of RGB (Red+Green+Blue) = 239+224+10=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE00A is #101FF5. Grayscale: #CCCCCC. Windows color (decimal): -1056758 or 712943. OLE color: 712943.

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

Color convert

RGB 239 224 10 -
CMYK 0 0.06 0.96 0.06
HSL 56.07º 0.92% 0.49% -
HSV(B) 56.07º 0.96% 0.94% -
XYZ 62.31 71.68 10.84 -
YUV 204.09 18.47 152.9 -
System Red Green Blue C M Y K H S L
Decimal 239 224 10 0 0.06 0.96 0.06 56.07 0.92 0.49
Hex EF E0 A 0 6 60 6 38 5C 31
Octal 357 340 12 0 6 140 6 70 134 61
Binary 11101111 11100000 1010 0 110 1100000 110 111000 1011100 110001

Color Harmonies of #EFE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE00A

Black with #EFE00A

Text Example


Text Example

White with #EFE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE00A; }

 p { color: rgb(239,224,10); }

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

background-color css

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

 a { background-color: rgb(239,224,10); }

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

border-color css

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

 span { border-color: rgb(239,224,10); }

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