Html Css Color HEX #EBFF0E Chartreuse Yellow

📋 copy color: '#EBFF0E'

red 235 ◦ green 255 ◦ blue 14

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

Shades of Chartreuse Yellow #EBFF0E

Tints of Chartreuse Yellow #EBFF0E

RGB

 RED value IS 235 (92.19% from 255) = 46.63%

 GREEN value IS 255 (100% from 255) = 50.6%

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

R = 46.63%
G = 50.6%
B = 2.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#EBFF0E (or 0xEBFF0E) is known color: Chartreuse Yellow. HEX triplet: EB, FF and 0E. RGB value is (235,255,14). Sum of RGB (Red+Green+Blue) = 235+255+14=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 14 (5.86% from 255 or 2.78% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBFF0E is #1400F1. Grayscale: #DEDEDE. Windows color (decimal): -1310962 or 983019. OLE color: 983019.

HSL color Cylindrical-coordinate representation of color #EBFF0E: hue angle of 64.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBFF0E is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 235 255 14 -
CMYK 0.08 0 0.95 0
HSL 64.98º 1% 0.53% -
HSV(B) 64.98º 0.95% 1% -
XYZ 70.1 89.21 13.94 -
YUV 221.55 10.87 137.6 -
System Red Green Blue C M Y K H S L
Decimal 235 255 14 0.08 0 0.95 0 64.98 1 0.53
Hex EB FF E 8 0 5F 0 41 64 35
Octal 353 377 16 10 0 137 0 101 144 65
Binary 11101011 11111111 1110 1000 0 1011111 0 1000001 1100100 110101

Color Harmonies of #EBFF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFF0E

Black with #EBFF0E

Text Example


Text Example

White with #EBFF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFF0E; }

 p { color: rgb(235,255,14); }

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

background-color css

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

 a { background-color: rgb(235,255,14); }

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

border-color css

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

 span { border-color: rgb(235,255,14); }

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