Html Css Color HEX #EBED28 Golden Fizz

📋 copy color: '#EBED28'

red 235 ◦ green 237 ◦ blue 40

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

Shades of Golden Fizz #EBED28

Tints of Golden Fizz #EBED28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.81%

R = 45.9%
G = 46.29%
B = 7.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EBED28 (or 0xEBED28) is known color: Golden Fizz. HEX triplet: EB, ED and 28. RGB value is (235,237,40). Sum of RGB (Red+Green+Blue) = 235+237+40=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 40 (16.02% from 255 or 7.81% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED28 is #1412D7. Grayscale: #D6D6D6. Windows color (decimal): -1315544 or 2682347. OLE color: 2682347.

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

Color convert

RGB 235 237 40 -
CMYK 0.01 0 0.83 0.07
HSL 60.61º 0.85% 0.54% -
HSV(B) 60.61º 0.83% 0.93% -
XYZ 64.93 78.38 13.71 -
YUV 213.94 29.84 143.02 -
System Red Green Blue C M Y K H S L
Decimal 235 237 40 0.01 0 0.83 0.07 60.61 0.85 0.54
Hex EB ED 28 1 0 53 7 3D 55 36
Octal 353 355 50 1 0 123 7 75 125 66
Binary 11101011 11101101 101000 1 0 1010011 111 111101 1010101 110110

Color Harmonies of #EBED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED28

Black with #EBED28

Text Example


Text Example

White with #EBED28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED28; }

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

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

background-color css

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

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

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

border-color css

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

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

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