Html Css Color HEX #EAF61C Lemon

📋 copy color: '#EAF61C'

red 234 ◦ green 246 ◦ blue 28

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

Shades of Lemon #EAF61C

Tints of Lemon #EAF61C

RGB

 RED value IS 234 (91.8% from 255) = 46.06%

 GREEN value IS 246 (96.48% from 255) = 48.43%

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

R = 46.06%
G = 48.43%
B = 5.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#EAF61C (or 0xEAF61C) is known color: Lemon. HEX triplet: EA, F6 and 1C. RGB value is (234,246,28). Sum of RGB (Red+Green+Blue) = 234+246+28=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 28 (11.33% from 255 or 5.51% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF61C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF61C is #1509E3. Grayscale: #DADADA. Windows color (decimal): -1378788 or 1898218. OLE color: 1898218.

HSL color Cylindrical-coordinate representation of color #EAF61C: hue angle of 63.3º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAF61C is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 28 -
CMYK 0.05 0 0.89 0.04
HSL 63.3º 0.92% 0.54% -
HSV(B) 63.3º 0.89% 0.96% -
XYZ 67.1 83.49 13.68 -
YUV 217.56 21.02 139.73 -
System Red Green Blue C M Y K H S L
Decimal 234 246 28 0.05 0 0.89 0.04 63.3 0.92 0.54
Hex EA F6 1C 5 0 59 4 3F 5C 36
Octal 352 366 34 5 0 131 4 77 134 66
Binary 11101010 11110110 11100 101 0 1011001 100 111111 1011100 110110

Color Harmonies of #EAF61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF61C

Black with #EAF61C

Text Example


Text Example

White with #EAF61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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