Html Css Color HEX #EAF207 Chartreuse Yellow

📋 copy color: '#EAF207'

red 234 ◦ green 242 ◦ blue 7

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

Shades of Chartreuse Yellow #EAF207

Tints of Chartreuse Yellow #EAF207

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.1%

 BLUE value IS 7 (3.13% from 255) = 1.45%

R = 48.45%
G = 50.1%
B = 1.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#EAF207 (or 0xEAF207) is known color: Chartreuse Yellow. HEX triplet: EA, F2 and 07. RGB value is (234,242,7). Sum of RGB (Red+Green+Blue) = 234+242+7=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 7 (3.12% from 255 or 1.45% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF207 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAF207 is #150DF8. Grayscale: #D5D5D5. Windows color (decimal): -1379833 or 520938. OLE color: 520938.

HSL color Cylindrical-coordinate representation of color #EAF207: hue angle of 62.04º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EAF207 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 7 -
CMYK 0.03 0 0.97 0.05
HSL 62.04º 0.94% 0.49% -
HSV(B) 62.04º 0.97% 0.95% -
XYZ 65.72 81.01 12.37 -
YUV 212.82 11.85 143.11 -
System Red Green Blue C M Y K H S L
Decimal 234 242 7 0.03 0 0.97 0.05 62.04 0.94 0.49
Hex EA F2 7 3 0 61 5 3E 5E 31
Octal 352 362 7 3 0 141 5 76 136 61
Binary 11101010 11110010 111 11 0 1100001 101 111110 1011110 110001

Color Harmonies of #EAF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF207

Black with #EAF207

Text Example


Text Example

White with #EAF207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF207; }

 p { color: rgb(234,242,7); }

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

background-color css

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

 a { background-color: rgb(234,242,7); }

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

border-color css

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

 span { border-color: rgb(234,242,7); }

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