Html Css Color HEX #E1D52A Golden Fizz

📋 copy color: '#E1D52A'

red 225 ◦ green 213 ◦ blue 42

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

Shades of Golden Fizz #E1D52A

Tints of Golden Fizz #E1D52A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

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

R = 46.88%
G = 44.38%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1D52A (or 0xE1D52A) is known color: Golden Fizz. HEX triplet: E1, D5 and 2A. RGB value is (225,213,42). Sum of RGB (Red+Green+Blue) = 225+213+42=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D52A is #1E2AD5. Grayscale: #C5C5C5. Windows color (decimal): -1977046 or 2807265. OLE color: 2807265.

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

Color convert

RGB 225 213 42 -
CMYK 0 0.05 0.81 0.12
HSL 56.07º 0.75% 0.52% -
HSV(B) 56.07º 0.81% 0.88% -
XYZ 55.26 63.76 11.59 -
YUV 197.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 225 213 42 0 0.05 0.81 0.12 56.07 0.75 0.52
Hex E1 D5 2A 0 5 51 C 38 4B 34
Octal 341 325 52 0 5 121 14 70 113 64
Binary 11100001 11010101 101010 0 101 1010001 1100 111000 1001011 110100

Color Harmonies of #E1D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D52A

Black with #E1D52A

Text Example


Text Example

White with #E1D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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