Html Css Color HEX #E1D32B Golden Fizz

📋 copy color: '#E1D32B'

red 225 ◦ green 211 ◦ blue 43

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

Shades of Golden Fizz #E1D32B

Tints of Golden Fizz #E1D32B

RGB

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

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

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

R = 46.97%
G = 44.05%
B = 8.98%

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

#E1D32B (or 0xE1D32B) is known color: Golden Fizz. HEX triplet: E1, D3 and 2B. RGB value is (225,211,43). Sum of RGB (Red+Green+Blue) = 225+211+43=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D32B is #1E2CD4. Grayscale: #C4C4C4. Windows color (decimal): -1977557 or 2872289. OLE color: 2872289.

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

Color convert

RGB 225 211 43 -
CMYK 0 0.06 0.81 0.12
HSL 55.38º 0.75% 0.53% -
HSV(B) 55.38º 0.81% 0.88% -
XYZ 54.78 62.77 11.51 -
YUV 196.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 225 211 43 0 0.06 0.81 0.12 55.38 0.75 0.53
Hex E1 D3 2B 0 6 51 C 37 4B 35
Octal 341 323 53 0 6 121 14 67 113 65
Binary 11100001 11010011 101011 0 110 1010001 1100 110111 1001011 110101

Color Harmonies of #E1D32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D32B

Black with #E1D32B

Text Example


Text Example

White with #E1D32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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