Html Css Color HEX #E4DD1A Golden Fizz

📋 copy color: '#E4DD1A'

red 228 ◦ green 221 ◦ blue 26

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

Shades of Golden Fizz #E4DD1A

Tints of Golden Fizz #E4DD1A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 26 (10.55% from 255) = 5.47%

R = 48%
G = 46.53%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E4DD1A (or 0xE4DD1A) is known color: Golden Fizz. HEX triplet: E4, DD and 1A. RGB value is (228,221,26). Sum of RGB (Red+Green+Blue) = 228+221+26=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DD1A is #1B22E5. Grayscale: #C9C9C9. Windows color (decimal): -1778406 or 1760740. OLE color: 1760740.

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

Color convert

RGB 228 221 26 -
CMYK 0 0.03 0.89 0.11
HSL 57.92º 0.8% 0.5% -
HSV(B) 57.92º 0.89% 0.89% -
XYZ 58.04 68.28 11.1 -
YUV 200.86 29.32 147.36 -
System Red Green Blue C M Y K H S L
Decimal 228 221 26 0 0.03 0.89 0.11 57.92 0.8 0.5
Hex E4 DD 1A 0 3 59 B 3A 50 32
Octal 344 335 32 0 3 131 13 72 120 62
Binary 11100100 11011101 11010 0 11 1011001 1011 111010 1010000 110010

Color Harmonies of #E4DD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DD1A

Black with #E4DD1A

Text Example


Text Example

White with #E4DD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DD1A; }

 p { color: rgb(228,221,26); }

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

background-color css

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

 a { background-color: rgb(228,221,26); }

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

border-color css

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

 span { border-color: rgb(228,221,26); }

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