Html Css Color HEX #E4DD2E Golden Fizz

📋 copy color: '#E4DD2E'

red 228 ◦ green 221 ◦ blue 46

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

Shades of Golden Fizz #E4DD2E

Tints of Golden Fizz #E4DD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.29%

R = 46.06%
G = 44.65%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E4DD2E (or 0xE4DD2E) is known color: Golden Fizz. HEX triplet: E4, DD and 2E. RGB value is (228,221,46). Sum of RGB (Red+Green+Blue) = 228+221+46=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4DD2E is #1B22D1. Grayscale: #CBCBCB. Windows color (decimal): -1778386 or 3071460. OLE color: 3071460.

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

Color convert

RGB 228 221 46 -
CMYK 0 0.03 0.80 0.11
HSL 57.69º 0.77% 0.54% -
HSV(B) 57.69º 0.8% 0.89% -
XYZ 58.34 68.4 12.71 -
YUV 203.14 39.32 145.73 -
System Red Green Blue C M Y K H S L
Decimal 228 221 46 0 0.03 0.80 0.11 57.69 0.77 0.54
Hex E4 DD 2E 0 3 50 B 3A 4D 36
Octal 344 335 56 0 3 120 13 72 115 66
Binary 11100100 11011101 101110 0 11 1010000 1011 111010 1001101 110110

Color Harmonies of #E4DD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DD2E

Black with #E4DD2E

Text Example


Text Example

White with #E4DD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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