Html Css Color HEX #E2D529 Golden Fizz

📋 copy color: '#E2D529'

red 226 ◦ green 213 ◦ blue 41

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

Shades of Golden Fizz #E2D529

Tints of Golden Fizz #E2D529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.38%

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

R = 47.08%
G = 44.38%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E2D529 (or 0xE2D529) is known color: Golden Fizz. HEX triplet: E2, D5 and 29. RGB value is (226,213,41). Sum of RGB (Red+Green+Blue) = 226+213+41=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D529 is #1D2AD6. Grayscale: #C5C5C5. Windows color (decimal): -1911511 or 2741730. OLE color: 2741730.

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

Color convert

RGB 226 213 41 -
CMYK 0 0.06 0.82 0.11
HSL 55.78º 0.76% 0.52% -
HSV(B) 55.78º 0.82% 0.89% -
XYZ 55.56 63.92 11.51 -
YUV 197.28 39.81 148.49 -
System Red Green Blue C M Y K H S L
Decimal 226 213 41 0 0.06 0.82 0.11 55.78 0.76 0.52
Hex E2 D5 29 0 6 52 B 38 4C 34
Octal 342 325 51 0 6 122 13 70 114 64
Binary 11100010 11010101 101001 0 110 1010010 1011 111000 1001100 110100

Color Harmonies of #E2D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D529

Black with #E2D529

Text Example


Text Example

White with #E2D529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D529; }

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

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

background-color css

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

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

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

border-color css

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

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

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