Html Css Color HEX #E2D52D Golden Fizz

📋 copy color: '#E2D52D'

red 226 ◦ green 213 ◦ blue 45

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

Shades of Golden Fizz #E2D52D

Tints of Golden Fizz #E2D52D

RGB

 RED value IS 226 (88.67% from 255) = 46.69%

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

 BLUE value IS 45 (17.97% from 255) = 9.3%

R = 46.69%
G = 44.01%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2D52D (or 0xE2D52D) is known color: Golden Fizz. HEX triplet: E2, D5 and 2D. RGB value is (226,213,45). Sum of RGB (Red+Green+Blue) = 226+213+45=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D52D is #1D2AD2. Grayscale: #C6C6C6. Windows color (decimal): -1911507 or 3003874. OLE color: 3003874.

HSL color Cylindrical-coordinate representation of color #E2D52D: hue angle of 55.69º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2D52D is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 213 45 -
CMYK 0 0.06 0.80 0.11
HSL 55.69º 0.76% 0.53% -
HSV(B) 55.69º 0.8% 0.89% -
XYZ 55.63 63.95 11.89 -
YUV 197.74 41.81 148.16 -
System Red Green Blue C M Y K H S L
Decimal 226 213 45 0 0.06 0.80 0.11 55.69 0.76 0.53
Hex E2 D5 2D 0 6 50 B 38 4C 35
Octal 342 325 55 0 6 120 13 70 114 65
Binary 11100010 11010101 101101 0 110 1010000 1011 111000 1001100 110101

Color Harmonies of #E2D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D52D

Black with #E2D52D

Text Example


Text Example

White with #E2D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D52D; }

 p { color: rgb(226,213,45); }

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

background-color css

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

 a { background-color: rgb(226,213,45); }

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

border-color css

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

 span { border-color: rgb(226,213,45); }

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