Html Css Color HEX #EBD82D Golden Fizz

📋 copy color: '#EBD82D'

red 235 ◦ green 216 ◦ blue 45

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

Shades of Golden Fizz #EBD82D

Tints of Golden Fizz #EBD82D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.55%

 BLUE value IS 45 (17.97% from 255) = 9.07%

R = 47.38%
G = 43.55%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBD82D (or 0xEBD82D) is known color: Golden Fizz. HEX triplet: EB, D8 and 2D. RGB value is (235,216,45). Sum of RGB (Red+Green+Blue) = 235+216+45=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD82D is #1427D2. Grayscale: #CACACA. Windows color (decimal): -1320915 or 3004651. OLE color: 3004651.

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

Color convert

RGB 235 216 45 -
CMYK 0 0.08 0.81 0.08
HSL 54º 0.83% 0.55% -
HSV(B) 54º 0.81% 0.92% -
XYZ 59.29 66.96 12.28 -
YUV 202.19 39.29 151.4 -
System Red Green Blue C M Y K H S L
Decimal 235 216 45 0 0.08 0.81 0.08 54 0.83 0.55
Hex EB D8 2D 0 8 51 8 36 53 37
Octal 353 330 55 0 10 121 10 66 123 67
Binary 11101011 11011000 101101 0 1000 1010001 1000 110110 1010011 110111

Color Harmonies of #EBD82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD82D

Black with #EBD82D

Text Example


Text Example

White with #EBD82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD82D; }

 p { color: rgb(235,216,45); }

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

background-color css

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

 a { background-color: rgb(235,216,45); }

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

border-color css

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

 span { border-color: rgb(235,216,45); }

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