Html Css Color HEX #EFE31D Lemon

📋 copy color: '#EFE31D'

red 239 ◦ green 227 ◦ blue 29

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

Shades of Lemon #EFE31D

Tints of Lemon #EFE31D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.86%

 BLUE value IS 29 (11.72% from 255) = 5.86%

R = 48.28%
G = 45.86%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFE31D (or 0xEFE31D) is known color: Lemon. HEX triplet: EF, E3 and 1D. RGB value is (239,227,29). Sum of RGB (Red+Green+Blue) = 239+227+29=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE31D is #101CE2. Grayscale: #D0D0D0. Windows color (decimal): -1055971 or 1958895. OLE color: 1958895.

HSL color Cylindrical-coordinate representation of color #EFE31D: hue angle of 56.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFE31D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 227 29 -
CMYK 0 0.05 0.88 0.06
HSL 56.57º 0.87% 0.53% -
HSV(B) 56.57º 0.88% 0.94% -
XYZ 63.29 73.38 11.99 -
YUV 208.02 26.98 150.1 -
System Red Green Blue C M Y K H S L
Decimal 239 227 29 0 0.05 0.88 0.06 56.57 0.87 0.53
Hex EF E3 1D 0 5 58 6 39 57 35
Octal 357 343 35 0 5 130 6 71 127 65
Binary 11101111 11100011 11101 0 101 1011000 110 111001 1010111 110101

Color Harmonies of #EFE31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE31D

Black with #EFE31D

Text Example


Text Example

White with #EFE31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE31D; }

 p { color: rgb(239,227,29); }

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

background-color css

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

 a { background-color: rgb(239,227,29); }

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

border-color css

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

 span { border-color: rgb(239,227,29); }

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