Html Css Color HEX #E2D42A Golden Fizz

📋 copy color: '#E2D42A'

red 226 ◦ green 212 ◦ blue 42

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

Shades of Golden Fizz #E2D42A

Tints of Golden Fizz #E2D42A

RGB

 RED value IS 226 (88.67% from 255) = 47.08%

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

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

R = 47.08%
G = 44.17%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2D42A (or 0xE2D42A) is known color: Golden Fizz. HEX triplet: E2, D4 and 2A. RGB value is (226,212,42). Sum of RGB (Red+Green+Blue) = 226+212+42=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 42 (16.80% from 255 or 8.75% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D42A is #1D2BD5. Grayscale: #C5C5C5. Windows color (decimal): -1911766 or 2807010. OLE color: 2807010.

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

Color convert

RGB 226 212 42 -
CMYK 0 0.06 0.81 0.11
HSL 55.43º 0.76% 0.53% -
HSV(B) 55.43º 0.81% 0.89% -
XYZ 55.33 63.42 11.52 -
YUV 196.81 40.64 148.82 -
System Red Green Blue C M Y K H S L
Decimal 226 212 42 0 0.06 0.81 0.11 55.43 0.76 0.53
Hex E2 D4 2A 0 6 51 B 37 4C 35
Octal 342 324 52 0 6 121 13 67 114 65
Binary 11100010 11010100 101010 0 110 1010001 1011 110111 1001100 110101

Color Harmonies of #E2D42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D42A

Black with #E2D42A

Text Example


Text Example

White with #E2D42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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