Html Css Color HEX #E0DD2A Golden Fizz

📋 copy color: '#E0DD2A'

red 224 ◦ green 221 ◦ blue 42

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

Shades of Golden Fizz #E0DD2A

Tints of Golden Fizz #E0DD2A

RGB

 RED value IS 224 (87.89% from 255) = 46%

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

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

R = 46%
G = 45.38%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E0DD2A (or 0xE0DD2A) is known color: Golden Fizz. HEX triplet: E0, DD and 2A. RGB value is (224,221,42). Sum of RGB (Red+Green+Blue) = 224+221+42=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DD2A is #1F22D5. Grayscale: #CACACA. Windows color (decimal): -2040534 or 2809312. OLE color: 2809312.

HSL color Cylindrical-coordinate representation of color #E0DD2A: hue angle of 59.01º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0DD2A is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 221 42 -
CMYK 0 0.01 0.81 0.12
HSL 59.01º 0.75% 0.52% -
HSV(B) 59.01º 0.81% 0.88% -
XYZ 57.01 67.73 12.26 -
YUV 201.49 37.99 144.05 -
System Red Green Blue C M Y K H S L
Decimal 224 221 42 0 0.01 0.81 0.12 59.01 0.75 0.52
Hex E0 DD 2A 0 1 51 C 3B 4B 34
Octal 340 335 52 0 1 121 14 73 113 64
Binary 11100000 11011101 101010 0 1 1010001 1100 111011 1001011 110100

Color Harmonies of #E0DD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DD2A

Black with #E0DD2A

Text Example


Text Example

White with #E0DD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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