Html Css Color HEX #EAFD0E Chartreuse Yellow

📋 copy color: '#EAFD0E'

red 234 ◦ green 253 ◦ blue 14

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

Shades of Chartreuse Yellow #EAFD0E

Tints of Chartreuse Yellow #EAFD0E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.5%

 BLUE value IS 14 (5.86% from 255) = 2.79%

R = 46.71%
G = 50.5%
B = 2.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#EAFD0E (or 0xEAFD0E) is known color: Chartreuse Yellow. HEX triplet: EA, FD and 0E. RGB value is (234,253,14). Sum of RGB (Red+Green+Blue) = 234+253+14=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 14 (5.86% from 255 or 2.79% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAFD0E is #1502F1. Grayscale: #DDDDDD. Windows color (decimal): -1377010 or 982506. OLE color: 982506.

HSL color Cylindrical-coordinate representation of color #EAFD0E: hue angle of 64.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAFD0E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 14 -
CMYK 0.08 0 0.94 0.01
HSL 64.77º 0.98% 0.52% -
HSV(B) 64.77º 0.94% 0.99% -
XYZ 69.14 87.77 13.71 -
YUV 220.07 11.71 137.93 -
System Red Green Blue C M Y K H S L
Decimal 234 253 14 0.08 0 0.94 0.01 64.77 0.98 0.52
Hex EA FD E 8 0 5E 1 41 62 34
Octal 352 375 16 10 0 136 1 101 142 64
Binary 11101010 11111101 1110 1000 0 1011110 1 1000001 1100010 110100

Color Harmonies of #EAFD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD0E

Black with #EAFD0E

Text Example


Text Example

White with #EAFD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD0E; }

 p { color: rgb(234,253,14); }

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

background-color css

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

 a { background-color: rgb(234,253,14); }

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

border-color css

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

 span { border-color: rgb(234,253,14); }

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