Html Css Color HEX #E7DD1D Golden Fizz

📋 copy color: '#E7DD1D'

red 231 ◦ green 221 ◦ blue 29

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

Shades of Golden Fizz #E7DD1D

Tints of Golden Fizz #E7DD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.03%

R = 48.02%
G = 45.95%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7DD1D (or 0xE7DD1D) is known color: Golden Fizz. HEX triplet: E7, DD and 1D. RGB value is (231,221,29). Sum of RGB (Red+Green+Blue) = 231+221+29=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD1D is #1822E2. Grayscale: #CACACA. Windows color (decimal): -1581795 or 1957351. OLE color: 1957351.

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

Color convert

RGB 231 221 29 -
CMYK 0 0.04 0.87 0.09
HSL 57.03º 0.81% 0.51% -
HSV(B) 57.03º 0.87% 0.91% -
XYZ 59.03 68.79 11.33 -
YUV 202.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 231 221 29 0 0.04 0.87 0.09 57.03 0.81 0.51
Hex E7 DD 1D 0 4 57 9 39 51 33
Octal 347 335 35 0 4 127 11 71 121 63
Binary 11100111 11011101 11101 0 100 1010111 1001 111001 1010001 110011

Color Harmonies of #E7DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DD1D

Black with #E7DD1D

Text Example


Text Example

White with #E7DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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