Html Css Color HEX #EBED37 Golden Fizz

📋 copy color: '#EBED37'

red 235 ◦ green 237 ◦ blue 55

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

Shades of Golden Fizz #EBED37

Tints of Golden Fizz #EBED37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.44%

R = 44.59%
G = 44.97%
B = 10.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EBED37 (or 0xEBED37) is known color: Golden Fizz. HEX triplet: EB, ED and 37. RGB value is (235,237,55). Sum of RGB (Red+Green+Blue) = 235+237+55=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 55 (21.88% from 255 or 10.44% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED37 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED37 is #1412C8. Grayscale: #D8D8D8. Windows color (decimal): -1315529 or 3665387. OLE color: 3665387.

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

Color convert

RGB 235 237 55 -
CMYK 0.01 0 0.77 0.07
HSL 60.66º 0.83% 0.57% -
HSV(B) 60.66º 0.77% 0.93% -
XYZ 65.23 78.51 15.33 -
YUV 215.65 37.34 141.8 -
System Red Green Blue C M Y K H S L
Decimal 235 237 55 0.01 0 0.77 0.07 60.66 0.83 0.57
Hex EB ED 37 1 0 4D 7 3D 53 39
Octal 353 355 67 1 0 115 7 75 123 71
Binary 11101011 11101101 110111 1 0 1001101 111 111101 1010011 111001

Color Harmonies of #EBED37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED37

Black with #EBED37

Text Example


Text Example

White with #EBED37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED37; }

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

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

background-color css

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

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

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

border-color css

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

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

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