Html Css Color HEX #E3DD1F Golden Fizz

📋 copy color: '#E3DD1F'

red 227 ◦ green 221 ◦ blue 31

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

Shades of Golden Fizz #E3DD1F

Tints of Golden Fizz #E3DD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.47%

R = 47.39%
G = 46.14%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3DD1F (or 0xE3DD1F) is known color: Golden Fizz. HEX triplet: E3, DD and 1F. RGB value is (227,221,31). Sum of RGB (Red+Green+Blue) = 227+221+31=479 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.39% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 31 (12.5% from 255 or 6.47% from 479); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3DD1F is #1C22E0. Grayscale: #C9C9C9. Windows color (decimal): -1843937 or 2088419. OLE color: 2088419.

HSL color Cylindrical-coordinate representation of color #E3DD1F: hue angle of 58.16º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3DD1F is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 221 31 -
CMYK 0 0.03 0.86 0.11
HSL 58.16º 0.78% 0.51% -
HSV(B) 58.16º 0.86% 0.89% -
XYZ 57.78 68.14 11.4 -
YUV 201.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 227 221 31 0 0.03 0.86 0.11 58.16 0.78 0.51
Hex E3 DD 1F 0 3 56 B 3A 4E 33
Octal 343 335 37 0 3 126 13 72 116 63
Binary 11100011 11011101 11111 0 11 1010110 1011 111010 1001110 110011

Color Harmonies of #E3DD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DD1F

Black with #E3DD1F

Text Example


Text Example

White with #E3DD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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