Html Css Color HEX #E2DB2F Golden Fizz

📋 copy color: '#E2DB2F'

red 226 ◦ green 219 ◦ blue 47

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

Shades of Golden Fizz #E2DB2F

Tints of Golden Fizz #E2DB2F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

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

R = 45.93%
G = 44.51%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2DB2F (or 0xE2DB2F) is known color: Golden Fizz. HEX triplet: E2, DB and 2F. RGB value is (226,219,47). Sum of RGB (Red+Green+Blue) = 226+219+47=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB2F is #1D24D0. Grayscale: #CACACA. Windows color (decimal): -1909969 or 3136482. OLE color: 3136482.

HSL color Cylindrical-coordinate representation of color #E2DB2F: hue angle of 57.65º 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 #E2DB2F is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 219 47 -
CMYK 0 0.03 0.79 0.11
HSL 57.65º 0.76% 0.54% -
HSV(B) 57.65º 0.79% 0.89% -
XYZ 57.21 67.04 12.61 -
YUV 201.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 226 219 47 0 0.03 0.79 0.11 57.65 0.76 0.54
Hex E2 DB 2F 0 3 4F B 3A 4C 36
Octal 342 333 57 0 3 117 13 72 114 66
Binary 11100010 11011011 101111 0 11 1001111 1011 111010 1001100 110110

Color Harmonies of #E2DB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DB2F

Black with #E2DB2F

Text Example


Text Example

White with #E2DB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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