Html Css Color HEX #EAF515 Lemon

📋 copy color: '#EAF515'

red 234 ◦ green 245 ◦ blue 21

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

Shades of Lemon #EAF515

Tints of Lemon #EAF515

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49%

 BLUE value IS 21 (8.59% from 255) = 4.2%

R = 46.8%
G = 49%
B = 4.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#EAF515 (or 0xEAF515) is known color: Lemon. HEX triplet: EA, F5 and 15. RGB value is (234,245,21). Sum of RGB (Red+Green+Blue) = 234+245+21=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 21 (8.59% from 255 or 4.2% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF515 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF515 is #150AEA. Grayscale: #D9D9D9. Windows color (decimal): -1379051 or 1439210. OLE color: 1439210.

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

Color convert

RGB 234 245 21 -
CMYK 0.04 0 0.91 0.04
HSL 62.95º 0.92% 0.52% -
HSV(B) 62.95º 0.91% 0.96% -
XYZ 66.72 82.85 13.18 -
YUV 216.18 17.86 140.71 -
System Red Green Blue C M Y K H S L
Decimal 234 245 21 0.04 0 0.91 0.04 62.95 0.92 0.52
Hex EA F5 15 4 0 5B 4 3F 5C 34
Octal 352 365 25 4 0 133 4 77 134 64
Binary 11101010 11110101 10101 100 0 1011011 100 111111 1011100 110100

Color Harmonies of #EAF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF515

Black with #EAF515

Text Example


Text Example

White with #EAF515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF515; }

 p { color: rgb(234,245,21); }

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

background-color css

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

 a { background-color: rgb(234,245,21); }

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

border-color css

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

 span { border-color: rgb(234,245,21); }

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