Html Css Color HEX #E9D42C Golden Fizz

📋 copy color: '#E9D42C'

red 233 ◦ green 212 ◦ blue 44

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

Shades of Golden Fizz #E9D42C

Tints of Golden Fizz #E9D42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.35%

 BLUE value IS 44 (17.58% from 255) = 9%

R = 47.65%
G = 43.35%
B = 9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9D42C (or 0xE9D42C) is known color: Golden Fizz. HEX triplet: E9, D4 and 2C. RGB value is (233,212,44). Sum of RGB (Red+Green+Blue) = 233+212+44=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D42C is #162BD3. Grayscale: #C7C7C7. Windows color (decimal): -1453012 or 2938089. OLE color: 2938089.

HSL color Cylindrical-coordinate representation of color #E9D42C: hue angle of 53.33º degrees, saturation: 0.81, 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 #E9D42C is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 212 44 -
CMYK 0 0.09 0.81 0.09
HSL 53.33º 0.81% 0.54% -
HSV(B) 53.33º 0.81% 0.91% -
XYZ 57.6 64.59 11.81 -
YUV 199.13 40.46 152.16 -
System Red Green Blue C M Y K H S L
Decimal 233 212 44 0 0.09 0.81 0.09 53.33 0.81 0.54
Hex E9 D4 2C 0 9 51 9 35 51 36
Octal 351 324 54 0 11 121 11 65 121 66
Binary 11101001 11010100 101100 0 1001 1010001 1001 110101 1010001 110110

Color Harmonies of #E9D42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D42C

Black with #E9D42C

Text Example


Text Example

White with #E9D42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D42C; }

 p { color: rgb(233,212,44); }

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

background-color css

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

 a { background-color: rgb(233,212,44); }

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

border-color css

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

 span { border-color: rgb(233,212,44); }

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