Html Css Color HEX #E1D42A Golden Fizz

📋 copy color: '#E1D42A'

red 225 ◦ green 212 ◦ blue 42

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

Shades of Golden Fizz #E1D42A

Tints of Golden Fizz #E1D42A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 46.97%
G = 44.26%
B = 8.77%

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

#E1D42A (or 0xE1D42A) is known color: Golden Fizz. HEX triplet: E1, D4 and 2A. RGB value is (225,212,42). Sum of RGB (Red+Green+Blue) = 225+212+42=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D42A is #1E2BD5. Grayscale: #C5C5C5. Windows color (decimal): -1977302 or 2807009. OLE color: 2807009.

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

Color convert

RGB 225 212 42 -
CMYK 0 0.06 0.81 0.12
HSL 55.74º 0.75% 0.52% -
HSV(B) 55.74º 0.81% 0.88% -
XYZ 55.01 63.26 11.5 -
YUV 196.51 40.81 148.32 -
System Red Green Blue C M Y K H S L
Decimal 225 212 42 0 0.06 0.81 0.12 55.74 0.75 0.52
Hex E1 D4 2A 0 6 51 C 38 4B 34
Octal 341 324 52 0 6 121 14 70 113 64
Binary 11100001 11010100 101010 0 110 1010001 1100 111000 1001011 110100

Color Harmonies of #E1D42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D42A

Black with #E1D42A

Text Example


Text Example

White with #E1D42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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