Html Css Color HEX #E3DE2D Golden Fizz

📋 copy color: '#E3DE2D'

red 227 ◦ green 222 ◦ blue 45

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

Shades of Golden Fizz #E3DE2D

Tints of Golden Fizz #E3DE2D

RGB

 RED value IS 227 (89.06% from 255) = 45.95%

 GREEN value IS 222 (87.11% from 255) = 44.94%

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

R = 45.95%
G = 44.94%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3DE2D (or 0xE3DE2D) is known color: Golden Fizz. HEX triplet: E3, DE and 2D. RGB value is (227,222,45). Sum of RGB (Red+Green+Blue) = 227+222+45=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DE2D is #1C21D2. Grayscale: #CCCCCC. Windows color (decimal): -1843667 or 3006179. OLE color: 3006179.

HSL color Cylindrical-coordinate representation of color #E3DE2D: hue angle of 58.35º 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 #E3DE2D is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 222 45 -
CMYK 0 0.02 0.80 0.11
HSL 58.35º 0.76% 0.53% -
HSV(B) 58.35º 0.8% 0.89% -
XYZ 58.27 68.76 12.68 -
YUV 203.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 227 222 45 0 0.02 0.80 0.11 58.35 0.76 0.53
Hex E3 DE 2D 0 2 50 B 3A 4C 35
Octal 343 336 55 0 2 120 13 72 114 65
Binary 11100011 11011110 101101 0 10 1010000 1011 111010 1001100 110101

Color Harmonies of #E3DE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DE2D

Black with #E3DE2D

Text Example


Text Example

White with #E3DE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DE2D; }

 p { color: rgb(227,222,45); }

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

background-color css

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

 a { background-color: rgb(227,222,45); }

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

border-color css

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

 span { border-color: rgb(227,222,45); }

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