Html Css Color HEX #E4DC1D Golden Fizz

📋 copy color: '#E4DC1D'

red 228 ◦ green 220 ◦ blue 29

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

Shades of Golden Fizz #E4DC1D

Tints of Golden Fizz #E4DC1D

RGB

 RED value IS 228 (89.45% from 255) = 47.8%

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

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

R = 47.8%
G = 46.12%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E4DC1D (or 0xE4DC1D) is known color: Golden Fizz. HEX triplet: E4, DC and 1D. RGB value is (228,220,29). Sum of RGB (Red+Green+Blue) = 228+220+29=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DC1D is #1B23E2. Grayscale: #C9C9C9. Windows color (decimal): -1778659 or 1957092. OLE color: 1957092.

HSL color Cylindrical-coordinate representation of color #E4DC1D: hue angle of 57.59º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E4DC1D is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 220 29 -
CMYK 0 0.04 0.87 0.11
HSL 57.59º 0.79% 0.5% -
HSV(B) 57.59º 0.87% 0.89% -
XYZ 57.81 67.77 11.2 -
YUV 200.62 31.15 147.53 -
System Red Green Blue C M Y K H S L
Decimal 228 220 29 0 0.04 0.87 0.11 57.59 0.79 0.5
Hex E4 DC 1D 0 4 57 B 3A 4F 32
Octal 344 334 35 0 4 127 13 72 117 62
Binary 11100100 11011100 11101 0 100 1010111 1011 111010 1001111 110010

Color Harmonies of #E4DC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DC1D

Black with #E4DC1D

Text Example


Text Example

White with #E4DC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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