Html Css Color HEX #E1D72B Golden Fizz

📋 copy color: '#E1D72B'

red 225 ◦ green 215 ◦ blue 43

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

Shades of Golden Fizz #E1D72B

Tints of Golden Fizz #E1D72B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 46.58%
G = 44.51%
B = 8.9%

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

#E1D72B (or 0xE1D72B) is known color: Golden Fizz. HEX triplet: E1, D7 and 2B. RGB value is (225,215,43). Sum of RGB (Red+Green+Blue) = 225+215+43=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D72B is #1E28D4. Grayscale: #C7C7C7. Windows color (decimal): -1976533 or 2873313. OLE color: 2873313.

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

Color convert

RGB 225 215 43 -
CMYK 0 0.04 0.81 0.12
HSL 56.7º 0.75% 0.53% -
HSV(B) 56.7º 0.81% 0.88% -
XYZ 55.79 64.78 11.85 -
YUV 198.38 40.31 146.99 -
System Red Green Blue C M Y K H S L
Decimal 225 215 43 0 0.04 0.81 0.12 56.7 0.75 0.53
Hex E1 D7 2B 0 4 51 C 39 4B 35
Octal 341 327 53 0 4 121 14 71 113 65
Binary 11100001 11010111 101011 0 100 1010001 1100 111001 1001011 110101

Color Harmonies of #E1D72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D72B

Black with #E1D72B

Text Example


Text Example

White with #E1D72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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