Html Css Color HEX #EFE10D Lemon

📋 copy color: '#EFE10D'

red 239 ◦ green 225 ◦ blue 13

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

Shades of Lemon #EFE10D

Tints of Lemon #EFE10D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

 BLUE value IS 13 (5.47% from 255) = 2.73%

R = 50.1%
G = 47.17%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFE10D (or 0xEFE10D) is known color: Lemon. HEX triplet: EF, E1 and 0D. RGB value is (239,225,13). Sum of RGB (Red+Green+Blue) = 239+225+13=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 13 (5.47% from 255 or 2.73% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE10D is #101EF2. Grayscale: #CDCDCD. Windows color (decimal): -1056499 or 909807. OLE color: 909807.

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

Color convert

RGB 239 225 13 -
CMYK 0 0.06 0.95 0.06
HSL 56.28º 0.9% 0.49% -
HSV(B) 56.28º 0.95% 0.94% -
XYZ 62.59 72.23 11.02 -
YUV 205.02 19.64 152.24 -
System Red Green Blue C M Y K H S L
Decimal 239 225 13 0 0.06 0.95 0.06 56.28 0.9 0.49
Hex EF E1 D 0 6 5F 6 38 5A 31
Octal 357 341 15 0 6 137 6 70 132 61
Binary 11101111 11100001 1101 0 110 1011111 110 111000 1011010 110001

Color Harmonies of #EFE10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE10D

Black with #EFE10D

Text Example


Text Example

White with #EFE10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE10D; }

 p { color: rgb(239,225,13); }

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

background-color css

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

 a { background-color: rgb(239,225,13); }

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

border-color css

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

 span { border-color: rgb(239,225,13); }

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