Html Css Color HEX #EBED02 Chartreuse Yellow

📋 copy color: '#EBED02'

red 235 ◦ green 237 ◦ blue 2

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

Shades of Chartreuse Yellow #EBED02

Tints of Chartreuse Yellow #EBED02

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50%

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 49.58%
G = 50%
B = 0.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EBED02 (or 0xEBED02) is known color: Chartreuse Yellow. HEX triplet: EB, ED and 02. RGB value is (235,237,2). Sum of RGB (Red+Green+Blue) = 235+237+2=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED02 is #1412FD. Grayscale: #D2D2D2. Windows color (decimal): -1315582 or 191979. OLE color: 191979.

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

Color convert

RGB 235 237 2 -
CMYK 0.01 0 0.99 0.07
HSL 60.51º 0.98% 0.47% -
HSV(B) 60.51º 0.99% 0.93% -
XYZ 64.56 78.23 11.76 -
YUV 209.61 10.84 146.11 -
System Red Green Blue C M Y K H S L
Decimal 235 237 2 0.01 0 0.99 0.07 60.51 0.98 0.47
Hex EB ED 2 1 0 63 7 3D 62 2F
Octal 353 355 2 1 0 143 7 75 142 57
Binary 11101011 11101101 10 1 0 1100011 111 111101 1100010 101111

Color Harmonies of #EBED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED02

Black with #EBED02

Text Example


Text Example

White with #EBED02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED02; }

 p { color: rgb(235,237,2); }

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

background-color css

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

 a { background-color: rgb(235,237,2); }

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

border-color css

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

 span { border-color: rgb(235,237,2); }

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