Html Css Color HEX #E2D526 Golden Fizz

📋 copy color: '#E2D526'

red 226 ◦ green 213 ◦ blue 38

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

Shades of Golden Fizz #E2D526

Tints of Golden Fizz #E2D526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.97%

R = 47.38%
G = 44.65%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E2D526 (or 0xE2D526) is known color: Golden Fizz. HEX triplet: E2, D5 and 26. RGB value is (226,213,38). Sum of RGB (Red+Green+Blue) = 226+213+38=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D526 is #1D2AD9. Grayscale: #C5C5C5. Windows color (decimal): -1911514 or 2545122. OLE color: 2545122.

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

Color convert

RGB 226 213 38 -
CMYK 0 0.06 0.83 0.11
HSL 55.85º 0.76% 0.52% -
HSV(B) 55.85º 0.83% 0.89% -
XYZ 55.51 63.9 11.24 -
YUV 196.94 38.31 148.73 -
System Red Green Blue C M Y K H S L
Decimal 226 213 38 0 0.06 0.83 0.11 55.85 0.76 0.52
Hex E2 D5 26 0 6 53 B 38 4C 34
Octal 342 325 46 0 6 123 13 70 114 64
Binary 11100010 11010101 100110 0 110 1010011 1011 111000 1001100 110100

Color Harmonies of #E2D526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D526

Black with #E2D526

Text Example


Text Example

White with #E2D526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D526; }

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

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

background-color css

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

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

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

border-color css

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

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

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