Html Css Color HEX #E2D729 Golden Fizz

📋 copy color: '#E2D729'

red 226 ◦ green 215 ◦ blue 41

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

Shades of Golden Fizz #E2D729

Tints of Golden Fizz #E2D729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.61%

 BLUE value IS 41 (16.41% from 255) = 8.51%

R = 46.89%
G = 44.61%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E2D729 (or 0xE2D729) is known color: Golden Fizz. HEX triplet: E2, D7 and 29. RGB value is (226,215,41). Sum of RGB (Red+Green+Blue) = 226+215+41=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D729 is #1D28D6. Grayscale: #C7C7C7. Windows color (decimal): -1910999 or 2742242. OLE color: 2742242.

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

Color convert

RGB 226 215 41 -
CMYK 0 0.05 0.82 0.11
HSL 56.43º 0.76% 0.52% -
HSV(B) 56.43º 0.82% 0.89% -
XYZ 56.06 64.93 11.68 -
YUV 198.45 39.14 147.65 -
System Red Green Blue C M Y K H S L
Decimal 226 215 41 0 0.05 0.82 0.11 56.43 0.76 0.52
Hex E2 D7 29 0 5 52 B 38 4C 34
Octal 342 327 51 0 5 122 13 70 114 64
Binary 11100010 11010111 101001 0 101 1010010 1011 111000 1001100 110100

Color Harmonies of #E2D729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D729

Black with #E2D729

Text Example


Text Example

White with #E2D729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D729; }

 p { color: rgb(226,215,41); }

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

background-color css

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

 a { background-color: rgb(226,215,41); }

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

border-color css

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

 span { border-color: rgb(226,215,41); }

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