Html Css Color HEX #E4D42A Golden Fizz

📋 copy color: '#E4D42A'

red 228 ◦ green 212 ◦ blue 42

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

Shades of Golden Fizz #E4D42A

Tints of Golden Fizz #E4D42A

RGB

 RED value IS 228 (89.45% from 255) = 47.3%

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

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

R = 47.3%
G = 43.98%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4D42A (or 0xE4D42A) is known color: Golden Fizz. HEX triplet: E4, D4 and 2A. RGB value is (228,212,42). Sum of RGB (Red+Green+Blue) = 228+212+42=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D42A is #1B2BD5. Grayscale: #C6C6C6. Windows color (decimal): -1780694 or 2807012. OLE color: 2807012.

HSL color Cylindrical-coordinate representation of color #E4D42A: hue angle of 54.84º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4D42A is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 212 42 -
CMYK 0 0.07 0.82 0.11
HSL 54.84º 0.78% 0.53% -
HSV(B) 54.84º 0.82% 0.89% -
XYZ 55.96 63.75 11.55 -
YUV 197.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 228 212 42 0 0.07 0.82 0.11 54.84 0.78 0.53
Hex E4 D4 2A 0 7 52 B 37 4E 35
Octal 344 324 52 0 7 122 13 67 116 65
Binary 11100100 11010100 101010 0 111 1010010 1011 110111 1001110 110101

Color Harmonies of #E4D42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D42A

Black with #E4D42A

Text Example


Text Example

White with #E4D42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D42A; }

 p { color: rgb(228,212,42); }

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

background-color css

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

 a { background-color: rgb(228,212,42); }

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

border-color css

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

 span { border-color: rgb(228,212,42); }

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