Html Css Color HEX #E4DD2A Golden Fizz

📋 copy color: '#E4DD2A'

red 228 ◦ green 221 ◦ blue 42

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

Shades of Golden Fizz #E4DD2A

Tints of Golden Fizz #E4DD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.55%

R = 46.44%
G = 45.01%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4DD2A (or 0xE4DD2A) is known color: Golden Fizz. HEX triplet: E4, DD and 2A. RGB value is (228,221,42). Sum of RGB (Red+Green+Blue) = 228+221+42=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DD2A is #1B22D5. Grayscale: #CBCBCB. Windows color (decimal): -1778390 or 2809316. OLE color: 2809316.

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

Color convert

RGB 228 221 42 -
CMYK 0 0.03 0.82 0.11
HSL 57.74º 0.78% 0.53% -
HSV(B) 57.74º 0.82% 0.89% -
XYZ 58.27 68.37 12.32 -
YUV 202.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 228 221 42 0 0.03 0.82 0.11 57.74 0.78 0.53
Hex E4 DD 2A 0 3 52 B 3A 4E 35
Octal 344 335 52 0 3 122 13 72 116 65
Binary 11100100 11011101 101010 0 11 1010010 1011 111010 1001110 110101

Color Harmonies of #E4DD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DD2A

Black with #E4DD2A

Text Example


Text Example

White with #E4DD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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