Html Css Color HEX #EBDA37 Golden Fizz

📋 copy color: '#EBDA37'

red 235 ◦ green 218 ◦ blue 55

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

Shades of Golden Fizz #EBDA37

Tints of Golden Fizz #EBDA37

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.91%

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

R = 46.26%
G = 42.91%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBDA37 (or 0xEBDA37) is known color: Golden Fizz. HEX triplet: EB, DA and 37. RGB value is (235,218,55). Sum of RGB (Red+Green+Blue) = 235+218+55=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 55 (21.88% from 255 or 10.83% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA37 is #1425C8. Grayscale: #CDCDCD. Windows color (decimal): -1320393 or 3660523. OLE color: 3660523.

HSL color Cylindrical-coordinate representation of color #EBDA37: hue angle of 54.33º 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 #EBDA37 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 218 55 -
CMYK 0 0.07 0.77 0.08
HSL 54.33º 0.82% 0.57% -
HSV(B) 54.33º 0.77% 0.92% -
XYZ 60.02 68.08 13.59 -
YUV 204.5 43.63 149.75 -
System Red Green Blue C M Y K H S L
Decimal 235 218 55 0 0.07 0.77 0.08 54.33 0.82 0.57
Hex EB DA 37 0 7 4D 8 36 52 39
Octal 353 332 67 0 7 115 10 66 122 71
Binary 11101011 11011010 110111 0 111 1001101 1000 110110 1010010 111001

Color Harmonies of #EBDA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA37

Black with #EBDA37

Text Example


Text Example

White with #EBDA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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