Html Css Color HEX #E2D32F Golden Fizz

📋 copy color: '#E2D32F'

red 226 ◦ green 211 ◦ blue 47

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

Shades of Golden Fizz #E2D32F

Tints of Golden Fizz #E2D32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.71%

R = 46.69%
G = 43.6%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2D32F (or 0xE2D32F) is known color: Golden Fizz. HEX triplet: E2, D3 and 2F. RGB value is (226,211,47). Sum of RGB (Red+Green+Blue) = 226+211+47=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D32F is #1D2CD0. Grayscale: #C5C5C5. Windows color (decimal): -1912017 or 3134434. OLE color: 3134434.

HSL color Cylindrical-coordinate representation of color #E2D32F: hue angle of 54.97º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2D32F is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 211 47 -
CMYK 0 0.07 0.79 0.11
HSL 54.97º 0.76% 0.54% -
HSV(B) 54.97º 0.79% 0.89% -
XYZ 55.17 62.96 11.93 -
YUV 196.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 226 211 47 0 0.07 0.79 0.11 54.97 0.76 0.54
Hex E2 D3 2F 0 7 4F B 37 4C 36
Octal 342 323 57 0 7 117 13 67 114 66
Binary 11100010 11010011 101111 0 111 1001111 1011 110111 1001100 110110

Color Harmonies of #E2D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D32F

Black with #E2D32F

Text Example


Text Example

White with #E2D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D32F; }

 p { color: rgb(226,211,47); }

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

background-color css

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

 a { background-color: rgb(226,211,47); }

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

border-color css

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

 span { border-color: rgb(226,211,47); }

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