Html Css Color HEX #E1D32A Golden Fizz

📋 copy color: '#E1D32A'

red 225 ◦ green 211 ◦ blue 42

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

Shades of Golden Fizz #E1D32A

Tints of Golden Fizz #E1D32A

RGB

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

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

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

R = 47.07%
G = 44.14%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1D32A (or 0xE1D32A) is known color: Golden Fizz. HEX triplet: E1, D3 and 2A. RGB value is (225,211,42). Sum of RGB (Red+Green+Blue) = 225+211+42=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D32A is #1E2CD5. Grayscale: #C4C4C4. Windows color (decimal): -1977558 or 2806753. OLE color: 2806753.

HSL color Cylindrical-coordinate representation of color #E1D32A: hue angle of 55.41º 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 #E1D32A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 42 -
CMYK 0 0.06 0.81 0.12
HSL 55.41º 0.75% 0.52% -
HSV(B) 55.41º 0.81% 0.88% -
XYZ 54.76 62.76 11.42 -
YUV 195.92 41.14 148.74 -
System Red Green Blue C M Y K H S L
Decimal 225 211 42 0 0.06 0.81 0.12 55.41 0.75 0.52
Hex E1 D3 2A 0 6 51 C 37 4B 34
Octal 341 323 52 0 6 121 14 67 113 64
Binary 11100001 11010011 101010 0 110 1010001 1100 110111 1001011 110100

Color Harmonies of #E1D32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D32A

Black with #E1D32A

Text Example


Text Example

White with #E1D32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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