Html Css Color HEX #E8DD2A Golden Fizz

📋 copy color: '#E8DD2A'

red 232 ◦ green 221 ◦ blue 42

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

Shades of Golden Fizz #E8DD2A

Tints of Golden Fizz #E8DD2A

RGB

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

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

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

R = 46.87%
G = 44.65%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8DD2A (or 0xE8DD2A) is known color: Golden Fizz. HEX triplet: E8, DD and 2A. RGB value is (232,221,42). Sum of RGB (Red+Green+Blue) = 232+221+42=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8DD2A is #1722D5. Grayscale: #CCCCCC. Windows color (decimal): -1516246 or 2809320. OLE color: 2809320.

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

Color convert

RGB 232 221 42 -
CMYK 0 0.05 0.82 0.09
HSL 56.53º 0.81% 0.54% -
HSV(B) 56.53º 0.82% 0.91% -
XYZ 59.55 69.04 12.38 -
YUV 203.88 36.64 148.05 -
System Red Green Blue C M Y K H S L
Decimal 232 221 42 0 0.05 0.82 0.09 56.53 0.81 0.54
Hex E8 DD 2A 0 5 52 9 39 51 36
Octal 350 335 52 0 5 122 11 71 121 66
Binary 11101000 11011101 101010 0 101 1010010 1001 111001 1010001 110110

Color Harmonies of #E8DD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DD2A

Black with #E8DD2A

Text Example


Text Example

White with #E8DD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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