Html Css Color HEX #E1D72A Golden Fizz

📋 copy color: '#E1D72A'

red 225 ◦ green 215 ◦ blue 42

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

Shades of Golden Fizz #E1D72A

Tints of Golden Fizz #E1D72A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.61%

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

R = 46.68%
G = 44.61%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1D72A (or 0xE1D72A) is known color: Golden Fizz. HEX triplet: E1, D7 and 2A. RGB value is (225,215,42). Sum of RGB (Red+Green+Blue) = 225+215+42=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D72A is #1E28D5. Grayscale: #C6C6C6. Windows color (decimal): -1976534 or 2807777. OLE color: 2807777.

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

Color convert

RGB 225 215 42 -
CMYK 0 0.04 0.81 0.12
HSL 56.72º 0.75% 0.52% -
HSV(B) 56.72º 0.81% 0.88% -
XYZ 55.77 64.78 11.75 -
YUV 198.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 225 215 42 0 0.04 0.81 0.12 56.72 0.75 0.52
Hex E1 D7 2A 0 4 51 C 39 4B 34
Octal 341 327 52 0 4 121 14 71 113 64
Binary 11100001 11010111 101010 0 100 1010001 1100 111001 1001011 110100

Color Harmonies of #E1D72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D72A

Black with #E1D72A

Text Example


Text Example

White with #E1D72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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