Html Css Color HEX #EBED33 Golden Fizz

📋 copy color: '#EBED33'

red 235 ◦ green 237 ◦ blue 51

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

Shades of Golden Fizz #EBED33

Tints of Golden Fizz #EBED33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.75%

R = 44.93%
G = 45.32%
B = 9.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EBED33 (or 0xEBED33) is known color: Golden Fizz. HEX triplet: EB, ED and 33. RGB value is (235,237,51). Sum of RGB (Red+Green+Blue) = 235+237+51=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 51 (20.31% from 255 or 9.75% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED33 is #1412CC. Grayscale: #D7D7D7. Windows color (decimal): -1315533 or 3403243. OLE color: 3403243.

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

Color convert

RGB 235 237 51 -
CMYK 0.01 0 0.78 0.07
HSL 60.65º 0.84% 0.56% -
HSV(B) 60.65º 0.78% 0.93% -
XYZ 65.14 78.47 14.84 -
YUV 215.2 35.34 142.12 -
System Red Green Blue C M Y K H S L
Decimal 235 237 51 0.01 0 0.78 0.07 60.65 0.84 0.56
Hex EB ED 33 1 0 4E 7 3D 54 38
Octal 353 355 63 1 0 116 7 75 124 70
Binary 11101011 11101101 110011 1 0 1001110 111 111101 1010100 111000

Color Harmonies of #EBED33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED33

Black with #EBED33

Text Example


Text Example

White with #EBED33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED33; }

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

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

background-color css

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

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

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

border-color css

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

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

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