Html Css Color HEX #E9DC2A Golden Fizz

📋 copy color: '#E9DC2A'

red 233 ◦ green 220 ◦ blue 42

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

Shades of Golden Fizz #E9DC2A

Tints of Golden Fizz #E9DC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.48%

R = 47.07%
G = 44.44%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E9DC2A (or 0xE9DC2A) is known color: Golden Fizz. HEX triplet: E9, DC and 2A. RGB value is (233,220,42). Sum of RGB (Red+Green+Blue) = 233+220+42=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DC2A is #1623D5. Grayscale: #CCCCCC. Windows color (decimal): -1450966 or 2809065. OLE color: 2809065.

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

Color convert

RGB 233 220 42 -
CMYK 0 0.06 0.82 0.09
HSL 55.92º 0.81% 0.54% -
HSV(B) 55.92º 0.82% 0.91% -
XYZ 59.62 68.68 12.3 -
YUV 203.6 36.81 148.97 -
System Red Green Blue C M Y K H S L
Decimal 233 220 42 0 0.06 0.82 0.09 55.92 0.81 0.54
Hex E9 DC 2A 0 6 52 9 38 51 36
Octal 351 334 52 0 6 122 11 70 121 66
Binary 11101001 11011100 101010 0 110 1010010 1001 111000 1010001 110110

Color Harmonies of #E9DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DC2A

Black with #E9DC2A

Text Example


Text Example

White with #E9DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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