Html Css Color HEX #E8DC1D Golden Fizz

📋 copy color: '#E8DC1D'

red 232 ◦ green 220 ◦ blue 29

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

Shades of Golden Fizz #E8DC1D

Tints of Golden Fizz #E8DC1D

RGB

 RED value IS 232 (91.02% from 255) = 48.23%

 GREEN value IS 220 (86.33% from 255) = 45.74%

 BLUE value IS 29 (11.72% from 255) = 6.03%

R = 48.23%
G = 45.74%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8DC1D (or 0xE8DC1D) is known color: Golden Fizz. HEX triplet: E8, DC and 1D. RGB value is (232,220,29). Sum of RGB (Red+Green+Blue) = 232+220+29=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DC1D is #1723E2. Grayscale: #CACACA. Windows color (decimal): -1516515 or 1957096. OLE color: 1957096.

HSL color Cylindrical-coordinate representation of color #E8DC1D: hue angle of 56.45º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8DC1D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 220 29 -
CMYK 0 0.05 0.88 0.09
HSL 56.45º 0.82% 0.51% -
HSV(B) 56.45º 0.88% 0.91% -
XYZ 59.09 68.43 11.26 -
YUV 201.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 232 220 29 0 0.05 0.88 0.09 56.45 0.82 0.51
Hex E8 DC 1D 0 5 58 9 38 52 33
Octal 350 334 35 0 5 130 11 70 122 63
Binary 11101000 11011100 11101 0 101 1011000 1001 111000 1010010 110011

Color Harmonies of #E8DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DC1D

Black with #E8DC1D

Text Example


Text Example

White with #E8DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DC1D; }

 p { color: rgb(232,220,29); }

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

background-color css

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

 a { background-color: rgb(232,220,29); }

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

border-color css

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

 span { border-color: rgb(232,220,29); }

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