Html Css Color HEX #EFEA1C Lemon

📋 copy color: '#EFEA1C'

red 239 ◦ green 234 ◦ blue 28

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

Shades of Lemon #EFEA1C

Tints of Lemon #EFEA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.59%

R = 47.7%
G = 46.71%
B = 5.59%

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

#EFEA1C (or 0xEFEA1C) is known color: Lemon. HEX triplet: EF, EA and 1C. RGB value is (239,234,28). Sum of RGB (Red+Green+Blue) = 239+234+28=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 28 (11.33% from 255 or 5.59% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA1C is #1015E3. Grayscale: #D4D4D4. Windows color (decimal): -1054180 or 1895151. OLE color: 1895151.

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

Color convert

RGB 239 234 28 -
CMYK 0 0.02 0.88 0.06
HSL 58.58º 0.87% 0.52% -
HSV(B) 58.58º 0.88% 0.94% -
XYZ 65.23 77.28 12.58 -
YUV 212.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 239 234 28 0 0.02 0.88 0.06 58.58 0.87 0.52
Hex EF EA 1C 0 2 58 6 3B 57 34
Octal 357 352 34 0 2 130 6 73 127 64
Binary 11101111 11101010 11100 0 10 1011000 110 111011 1010111 110100

Color Harmonies of #EFEA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA1C

Black with #EFEA1C

Text Example


Text Example

White with #EFEA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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