Html Css Color HEX #EBDA30 Golden Fizz

📋 copy color: '#EBDA30'

red 235 ◦ green 218 ◦ blue 48

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

Shades of Golden Fizz #EBDA30

Tints of Golden Fizz #EBDA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.58%

R = 46.91%
G = 43.51%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBDA30 (or 0xEBDA30) is known color: Golden Fizz. HEX triplet: EB, DA and 30. RGB value is (235,218,48). Sum of RGB (Red+Green+Blue) = 235+218+48=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 48 (19.14% from 255 or 9.58% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA30 is #1425CF. Grayscale: #CCCCCC. Windows color (decimal): -1320400 or 3201771. OLE color: 3201771.

HSL color Cylindrical-coordinate representation of color #EBDA30: hue angle of 54.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBDA30 is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 218 48 -
CMYK 0 0.07 0.80 0.08
HSL 54.55º 0.82% 0.55% -
HSV(B) 54.55º 0.8% 0.92% -
XYZ 59.87 68.02 12.77 -
YUV 203.7 40.13 150.32 -
System Red Green Blue C M Y K H S L
Decimal 235 218 48 0 0.07 0.80 0.08 54.55 0.82 0.55
Hex EB DA 30 0 7 50 8 37 52 37
Octal 353 332 60 0 7 120 10 67 122 67
Binary 11101011 11011010 110000 0 111 1010000 1000 110111 1010010 110111

Color Harmonies of #EBDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA30

Black with #EBDA30

Text Example


Text Example

White with #EBDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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