Html Css Color HEX #EBFB2D Golden Fizz

📋 copy color: '#EBFB2D'

red 235 ◦ green 251 ◦ blue 45

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

Shades of Golden Fizz #EBFB2D

Tints of Golden Fizz #EBFB2D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.27%

 BLUE value IS 45 (17.97% from 255) = 8.47%

R = 44.26%
G = 47.27%
B = 8.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#EBFB2D (or 0xEBFB2D) is known color: Golden Fizz. HEX triplet: EB, FB and 2D. RGB value is (235,251,45). Sum of RGB (Red+Green+Blue) = 235+251+45=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 45 (17.97% from 255 or 8.47% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFB2D is #1404D2. Grayscale: #DFDFDF. Windows color (decimal): -1311955 or 3013611. OLE color: 3013611.

HSL color Cylindrical-coordinate representation of color #EBFB2D: hue angle of 64.66º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBFB2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 251 45 -
CMYK 0.06 0 0.82 0.02
HSL 64.66º 0.96% 0.58% -
HSV(B) 64.66º 0.82% 0.98% -
XYZ 69.23 86.85 15.6 -
YUV 222.73 27.7 136.75 -
System Red Green Blue C M Y K H S L
Decimal 235 251 45 0.06 0 0.82 0.02 64.66 0.96 0.58
Hex EB FB 2D 6 0 52 2 41 60 3A
Octal 353 373 55 6 0 122 2 101 140 72
Binary 11101011 11111011 101101 110 0 1010010 10 1000001 1100000 111010

Color Harmonies of #EBFB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFB2D

Black with #EBFB2D

Text Example


Text Example

White with #EBFB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFB2D; }

 p { color: rgb(235,251,45); }

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

background-color css

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

 a { background-color: rgb(235,251,45); }

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

border-color css

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

 span { border-color: rgb(235,251,45); }

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