Html Css Color HEX #E2D62E Golden Fizz

📋 copy color: '#E2D62E'

red 226 ◦ green 214 ◦ blue 46

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

Shades of Golden Fizz #E2D62E

Tints of Golden Fizz #E2D62E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.03%

 BLUE value IS 46 (18.36% from 255) = 9.47%

R = 46.5%
G = 44.03%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2D62E (or 0xE2D62E) is known color: Golden Fizz. HEX triplet: E2, D6 and 2E. RGB value is (226,214,46). Sum of RGB (Red+Green+Blue) = 226+214+46=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 214 (83.98% from 255 or 44.03% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D62E is #1D29D1. Grayscale: #C7C7C7. Windows color (decimal): -1911250 or 3069666. OLE color: 3069666.

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

Color convert

RGB 226 214 46 -
CMYK 0 0.05 0.80 0.11
HSL 56º 0.76% 0.53% -
HSV(B) 56º 0.8% 0.89% -
XYZ 55.9 64.46 12.08 -
YUV 198.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 226 214 46 0 0.05 0.80 0.11 56 0.76 0.53
Hex E2 D6 2E 0 5 50 B 38 4C 35
Octal 342 326 56 0 5 120 13 70 114 65
Binary 11100010 11010110 101110 0 101 1010000 1011 111000 1001100 110101

Color Harmonies of #E2D62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D62E

Black with #E2D62E

Text Example


Text Example

White with #E2D62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D62E; }

 p { color: rgb(226,214,46); }

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

background-color css

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

 a { background-color: rgb(226,214,46); }

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

border-color css

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

 span { border-color: rgb(226,214,46); }

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