Html Css Color HEX #E2D62F Golden Fizz

📋 copy color: '#E2D62F'

red 226 ◦ green 214 ◦ blue 47

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

Shades of Golden Fizz #E2D62F

Tints of Golden Fizz #E2D62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.65%

R = 46.41%
G = 43.94%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2D62F (or 0xE2D62F) is known color: Golden Fizz. HEX triplet: E2, D6 and 2F. RGB value is (226,214,47). Sum of RGB (Red+Green+Blue) = 226+214+47=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D62F is #1D29D0. Grayscale: #C7C7C7. Windows color (decimal): -1911249 or 3135202. OLE color: 3135202.

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

Color convert

RGB 226 214 47 -
CMYK 0 0.05 0.79 0.11
HSL 55.98º 0.76% 0.54% -
HSV(B) 55.98º 0.79% 0.89% -
XYZ 55.92 64.47 12.19 -
YUV 198.55 42.48 147.58 -
System Red Green Blue C M Y K H S L
Decimal 226 214 47 0 0.05 0.79 0.11 55.98 0.76 0.54
Hex E2 D6 2F 0 5 4F B 38 4C 36
Octal 342 326 57 0 5 117 13 70 114 66
Binary 11100010 11010110 101111 0 101 1001111 1011 111000 1001100 110110

Color Harmonies of #E2D62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D62F

Black with #E2D62F

Text Example


Text Example

White with #E2D62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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