Html Css Color HEX #E2D925 Golden Fizz

📋 copy color: '#E2D925'

red 226 ◦ green 217 ◦ blue 37

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

Shades of Golden Fizz #E2D925

Tints of Golden Fizz #E2D925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.21%

 BLUE value IS 37 (14.84% from 255) = 7.71%

R = 47.08%
G = 45.21%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E2D925 (or 0xE2D925) is known color: Golden Fizz. HEX triplet: E2, D9 and 25. RGB value is (226,217,37). Sum of RGB (Red+Green+Blue) = 226+217+37=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 37 (14.84% from 255 or 7.71% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D925 is #1D26DA. Grayscale: #C7C7C7. Windows color (decimal): -1910491 or 2480610. OLE color: 2480610.

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

Color convert

RGB 226 217 37 -
CMYK 0 0.04 0.84 0.11
HSL 57.14º 0.77% 0.52% -
HSV(B) 57.14º 0.84% 0.89% -
XYZ 56.51 65.93 11.5 -
YUV 199.17 36.48 147.14 -
System Red Green Blue C M Y K H S L
Decimal 226 217 37 0 0.04 0.84 0.11 57.14 0.77 0.52
Hex E2 D9 25 0 4 54 B 39 4D 34
Octal 342 331 45 0 4 124 13 71 115 64
Binary 11100010 11011001 100101 0 100 1010100 1011 111001 1001101 110100

Color Harmonies of #E2D925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D925

Black with #E2D925

Text Example


Text Example

White with #E2D925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D925; }

 p { color: rgb(226,217,37); }

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

background-color css

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

 a { background-color: rgb(226,217,37); }

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

border-color css

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

 span { border-color: rgb(226,217,37); }

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