Html Css Color HEX #EBFD2C Golden Fizz

📋 copy color: '#EBFD2C'

red 235 ◦ green 253 ◦ blue 44

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

Shades of Golden Fizz #EBFD2C

Tints of Golden Fizz #EBFD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.27%

R = 44.17%
G = 47.56%
B = 8.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#EBFD2C (or 0xEBFD2C) is known color: Golden Fizz. HEX triplet: EB, FD and 2C. RGB value is (235,253,44). Sum of RGB (Red+Green+Blue) = 235+253+44=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 44 (17.58% from 255 or 8.27% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFD2C is #1402D3. Grayscale: #E0E0E0. Windows color (decimal): -1311444 or 2948587. OLE color: 2948587.

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

Color convert

RGB 235 253 44 -
CMYK 0.07 0 0.83 0.01
HSL 65.17º 0.98% 0.58% -
HSV(B) 65.17º 0.83% 0.99% -
XYZ 69.84 88.09 15.71 -
YUV 223.79 26.54 135.99 -
System Red Green Blue C M Y K H S L
Decimal 235 253 44 0.07 0 0.83 0.01 65.17 0.98 0.58
Hex EB FD 2C 7 0 53 1 41 62 3A
Octal 353 375 54 7 0 123 1 101 142 72
Binary 11101011 11111101 101100 111 0 1010011 1 1000001 1100010 111010

Color Harmonies of #EBFD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFD2C

Black with #EBFD2C

Text Example


Text Example

White with #EBFD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFD2C; }

 p { color: rgb(235,253,44); }

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

background-color css

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

 a { background-color: rgb(235,253,44); }

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

border-color css

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

 span { border-color: rgb(235,253,44); }

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