Html Css Color HEX #E9DC1F Golden Fizz

📋 copy color: '#E9DC1F'

red 233 ◦ green 220 ◦ blue 31

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

Shades of Golden Fizz #E9DC1F

Tints of Golden Fizz #E9DC1F

RGB

 RED value IS 233 (91.41% from 255) = 48.14%

 GREEN value IS 220 (86.33% from 255) = 45.45%

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

R = 48.14%
G = 45.45%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E9DC1F (or 0xE9DC1F) is known color: Golden Fizz. HEX triplet: E9, DC and 1F. RGB value is (233,220,31). Sum of RGB (Red+Green+Blue) = 233+220+31=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 31 (12.5% from 255 or 6.40% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DC1F is #1623E0. Grayscale: #CBCBCB. Windows color (decimal): -1450977 or 2088169. OLE color: 2088169.

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

Color convert

RGB 233 220 31 -
CMYK 0 0.06 0.87 0.09
HSL 56.14º 0.82% 0.52% -
HSV(B) 56.14º 0.87% 0.91% -
XYZ 59.44 68.61 11.41 -
YUV 202.34 31.31 149.87 -
System Red Green Blue C M Y K H S L
Decimal 233 220 31 0 0.06 0.87 0.09 56.14 0.82 0.52
Hex E9 DC 1F 0 6 57 9 38 52 34
Octal 351 334 37 0 6 127 11 70 122 64
Binary 11101001 11011100 11111 0 110 1010111 1001 111000 1010010 110100

Color Harmonies of #E9DC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DC1F

Black with #E9DC1F

Text Example


Text Example

White with #E9DC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DC1F; }

 p { color: rgb(233,220,31); }

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

background-color css

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

 a { background-color: rgb(233,220,31); }

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

border-color css

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

 span { border-color: rgb(233,220,31); }

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