Html Css Color HEX #EFEA1D Lemon

📋 copy color: '#EFEA1D'

red 239 ◦ green 234 ◦ blue 29

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

Shades of Lemon #EFEA1D

Tints of Lemon #EFEA1D

RGB

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

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

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

R = 47.61%
G = 46.61%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EFEA1D (or 0xEFEA1D) is known color: Lemon. HEX triplet: EF, EA and 1D. RGB value is (239,234,29). Sum of RGB (Red+Green+Blue) = 239+234+29=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 29 (11.72% from 255 or 5.78% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA1D is #1015E2. Grayscale: #D4D4D4. Windows color (decimal): -1054179 or 1960687. OLE color: 1960687.

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

Color convert

RGB 239 234 29 -
CMYK 0 0.02 0.88 0.06
HSL 58.57º 0.87% 0.53% -
HSV(B) 58.57º 0.88% 0.94% -
XYZ 65.24 77.29 12.64 -
YUV 212.13 24.66 147.17 -
System Red Green Blue C M Y K H S L
Decimal 239 234 29 0 0.02 0.88 0.06 58.57 0.87 0.53
Hex EF EA 1D 0 2 58 6 3B 57 35
Octal 357 352 35 0 2 130 6 73 127 65
Binary 11101111 11101010 11101 0 10 1011000 110 111011 1010111 110101

Color Harmonies of #EFEA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA1D

Black with #EFEA1D

Text Example


Text Example

White with #EFEA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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