Html Css Color HEX #EFE21D Lemon

📋 copy color: '#EFE21D'

red 239 ◦ green 226 ◦ blue 29

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

Shades of Lemon #EFE21D

Tints of Lemon #EFE21D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.75%

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

R = 48.38%
G = 45.75%
B = 5.87%

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

#EFE21D (or 0xEFE21D) is known color: Lemon. HEX triplet: EF, E2 and 1D. RGB value is (239,226,29). Sum of RGB (Red+Green+Blue) = 239+226+29=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE21D is #101DE2. Grayscale: #D0D0D0. Windows color (decimal): -1056227 or 1958639. OLE color: 1958639.

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

Color convert

RGB 239 226 29 -
CMYK 0 0.05 0.88 0.06
HSL 56.29º 0.87% 0.53% -
HSV(B) 56.29º 0.88% 0.94% -
XYZ 63.01 72.83 11.9 -
YUV 207.43 27.31 150.52 -
System Red Green Blue C M Y K H S L
Decimal 239 226 29 0 0.05 0.88 0.06 56.29 0.87 0.53
Hex EF E2 1D 0 5 58 6 38 57 35
Octal 357 342 35 0 5 130 6 70 127 65
Binary 11101111 11100010 11101 0 101 1011000 110 111000 1010111 110101

Color Harmonies of #EFE21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE21D

Black with #EFE21D

Text Example


Text Example

White with #EFE21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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