Html Css Color HEX #E7DD2D Golden Fizz

📋 copy color: '#E7DD2D'

red 231 ◦ green 221 ◦ blue 45

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

Shades of Golden Fizz #E7DD2D

Tints of Golden Fizz #E7DD2D

RGB

 RED value IS 231 (90.63% from 255) = 46.48%

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

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

R = 46.48%
G = 44.47%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7DD2D (or 0xE7DD2D) is known color: Golden Fizz. HEX triplet: E7, DD and 2D. RGB value is (231,221,45). Sum of RGB (Red+Green+Blue) = 231+221+45=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD2D is #1822D2. Grayscale: #CCCCCC. Windows color (decimal): -1581779 or 3005927. OLE color: 3005927.

HSL color Cylindrical-coordinate representation of color #E7DD2D: hue angle of 56.77º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7DD2D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 221 45 -
CMYK 0 0.04 0.81 0.09
HSL 56.77º 0.79% 0.54% -
HSV(B) 56.77º 0.81% 0.91% -
XYZ 59.29 68.89 12.66 -
YUV 203.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 231 221 45 0 0.04 0.81 0.09 56.77 0.79 0.54
Hex E7 DD 2D 0 4 51 9 39 4F 36
Octal 347 335 55 0 4 121 11 71 117 66
Binary 11100111 11011101 101101 0 100 1010001 1001 111001 1001111 110110

Color Harmonies of #E7DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DD2D

Black with #E7DD2D

Text Example


Text Example

White with #E7DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DD2D; }

 p { color: rgb(231,221,45); }

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

background-color css

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

 a { background-color: rgb(231,221,45); }

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

border-color css

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

 span { border-color: rgb(231,221,45); }

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