Html Css Color HEX #E1D32E Golden Fizz

📋 copy color: '#E1D32E'

red 225 ◦ green 211 ◦ blue 46

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

Shades of Golden Fizz #E1D32E

Tints of Golden Fizz #E1D32E

RGB

 RED value IS 225 (88.28% from 255) = 46.68%

 GREEN value IS 211 (82.81% from 255) = 43.78%

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

R = 46.68%
G = 43.78%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E1D32E (or 0xE1D32E) is known color: Golden Fizz. HEX triplet: E1, D3 and 2E. RGB value is (225,211,46). Sum of RGB (Red+Green+Blue) = 225+211+46=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D32E is #1E2CD1. Grayscale: #C5C5C5. Windows color (decimal): -1977554 or 3068897. OLE color: 3068897.

HSL color Cylindrical-coordinate representation of color #E1D32E: hue angle of 55.31º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1D32E is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 46 -
CMYK 0 0.06 0.80 0.12
HSL 55.31º 0.75% 0.53% -
HSV(B) 55.31º 0.8% 0.88% -
XYZ 54.84 62.79 11.81 -
YUV 196.38 43.14 148.42 -
System Red Green Blue C M Y K H S L
Decimal 225 211 46 0 0.06 0.80 0.12 55.31 0.75 0.53
Hex E1 D3 2E 0 6 50 C 37 4B 35
Octal 341 323 56 0 6 120 14 67 113 65
Binary 11100001 11010011 101110 0 110 1010000 1100 110111 1001011 110101

Color Harmonies of #E1D32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D32E

Black with #E1D32E

Text Example


Text Example

White with #E1D32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D32E; }

 p { color: rgb(225,211,46); }

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

background-color css

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

 a { background-color: rgb(225,211,46); }

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

border-color css

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

 span { border-color: rgb(225,211,46); }

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