Html Css Color HEX #E3DD2F Golden Fizz

📋 copy color: '#E3DD2F'

red 227 ◦ green 221 ◦ blue 47

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

Shades of Golden Fizz #E3DD2F

Tints of Golden Fizz #E3DD2F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

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

R = 45.86%
G = 44.65%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E3DD2F (or 0xE3DD2F) is known color: Golden Fizz. HEX triplet: E3, DD and 2F. RGB value is (227,221,47). Sum of RGB (Red+Green+Blue) = 227+221+47=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DD2F is #1C22D0. Grayscale: #CBCBCB. Windows color (decimal): -1843921 or 3136995. OLE color: 3136995.

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

Color convert

RGB 227 221 47 -
CMYK 0 0.03 0.79 0.11
HSL 58º 0.76% 0.54% -
HSV(B) 58º 0.79% 0.89% -
XYZ 58.05 68.25 12.8 -
YUV 202.96 39.99 145.15 -
System Red Green Blue C M Y K H S L
Decimal 227 221 47 0 0.03 0.79 0.11 58 0.76 0.54
Hex E3 DD 2F 0 3 4F B 3A 4C 36
Octal 343 335 57 0 3 117 13 72 114 66
Binary 11100011 11011101 101111 0 11 1001111 1011 111010 1001100 110110

Color Harmonies of #E3DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DD2F

Black with #E3DD2F

Text Example


Text Example

White with #E3DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DD2F; }

 p { color: rgb(227,221,47); }

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

background-color css

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

 a { background-color: rgb(227,221,47); }

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

border-color css

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

 span { border-color: rgb(227,221,47); }

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