Html Css Color HEX #EFE90D Lemon

📋 copy color: '#EFE90D'

red 239 ◦ green 233 ◦ blue 13

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

Shades of Lemon #EFE90D

Tints of Lemon #EFE90D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.04%

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

R = 49.28%
G = 48.04%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFE90D (or 0xEFE90D) is known color: Lemon. HEX triplet: EF, E9 and 0D. RGB value is (239,233,13). Sum of RGB (Red+Green+Blue) = 239+233+13=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE90D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE90D is #1016F2. Grayscale: #D2D2D2. Windows color (decimal): -1054451 or 911855. OLE color: 911855.

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

Color convert

RGB 239 233 13 -
CMYK 0 0.03 0.95 0.06
HSL 58.41º 0.9% 0.49% -
HSV(B) 58.41º 0.95% 0.94% -
XYZ 64.81 76.66 11.76 -
YUV 209.71 16.99 148.89 -
System Red Green Blue C M Y K H S L
Decimal 239 233 13 0 0.03 0.95 0.06 58.41 0.9 0.49
Hex EF E9 D 0 3 5F 6 3A 5A 31
Octal 357 351 15 0 3 137 6 72 132 61
Binary 11101111 11101001 1101 0 11 1011111 110 111010 1011010 110001

Color Harmonies of #EFE90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE90D

Black with #EFE90D

Text Example


Text Example

White with #EFE90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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