Html Css Color HEX #EBDF37 Golden Fizz

📋 copy color: '#EBDF37'

red 235 ◦ green 223 ◦ blue 55

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

Shades of Golden Fizz #EBDF37

Tints of Golden Fizz #EBDF37

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.47%

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

R = 45.81%
G = 43.47%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBDF37 (or 0xEBDF37) is known color: Golden Fizz. HEX triplet: EB, DF and 37. RGB value is (235,223,55). Sum of RGB (Red+Green+Blue) = 235+223+55=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 55 (21.88% from 255 or 10.72% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF37 is #1420C8. Grayscale: #D0D0D0. Windows color (decimal): -1319113 or 3661803. OLE color: 3661803.

HSL color Cylindrical-coordinate representation of color #EBDF37: hue angle of 56º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBDF37 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 55 -
CMYK 0 0.05 0.77 0.08
HSL 56º 0.82% 0.57% -
HSV(B) 56º 0.77% 0.92% -
XYZ 61.34 70.71 14.03 -
YUV 207.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 235 223 55 0 0.05 0.77 0.08 56 0.82 0.57
Hex EB DF 37 0 5 4D 8 38 52 39
Octal 353 337 67 0 5 115 10 70 122 71
Binary 11101011 11011111 110111 0 101 1001101 1000 111000 1010010 111001

Color Harmonies of #EBDF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF37

Black with #EBDF37

Text Example


Text Example

White with #EBDF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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