Html Css Color HEX #E2DA2F Golden Fizz

📋 copy color: '#E2DA2F'

red 226 ◦ green 218 ◦ blue 47

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

Shades of Golden Fizz #E2DA2F

Tints of Golden Fizz #E2DA2F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

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

R = 46.03%
G = 44.4%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2DA2F (or 0xE2DA2F) is known color: Golden Fizz. HEX triplet: E2, DA and 2F. RGB value is (226,218,47). Sum of RGB (Red+Green+Blue) = 226+218+47=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DA2F is #1D25D0. Grayscale: #C9C9C9. Windows color (decimal): -1910225 or 3136226. OLE color: 3136226.

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

Color convert

RGB 226 218 47 -
CMYK 0 0.04 0.79 0.11
HSL 57.32º 0.76% 0.54% -
HSV(B) 57.32º 0.79% 0.89% -
XYZ 56.95 66.52 12.53 -
YUV 200.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 226 218 47 0 0.04 0.79 0.11 57.32 0.76 0.54
Hex E2 DA 2F 0 4 4F B 39 4C 36
Octal 342 332 57 0 4 117 13 71 114 66
Binary 11100010 11011010 101111 0 100 1001111 1011 111001 1001100 110110

Color Harmonies of #E2DA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DA2F

Black with #E2DA2F

Text Example


Text Example

White with #E2DA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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