Html Css Color HEX #E2D827 Golden Fizz

📋 copy color: '#E2D827'

red 226 ◦ green 216 ◦ blue 39

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

Shades of Golden Fizz #E2D827

Tints of Golden Fizz #E2D827

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.91%

 BLUE value IS 39 (15.63% from 255) = 8.11%

R = 46.99%
G = 44.91%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E2D827 (or 0xE2D827) is known color: Golden Fizz. HEX triplet: E2, D8 and 27. RGB value is (226,216,39). Sum of RGB (Red+Green+Blue) = 226+216+39=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D827 is #1D27D8. Grayscale: #C7C7C7. Windows color (decimal): -1910745 or 2611426. OLE color: 2611426.

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

Color convert

RGB 226 216 39 -
CMYK 0 0.04 0.83 0.11
HSL 56.79º 0.76% 0.52% -
HSV(B) 56.79º 0.83% 0.89% -
XYZ 56.29 65.43 11.58 -
YUV 198.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 226 216 39 0 0.04 0.83 0.11 56.79 0.76 0.52
Hex E2 D8 27 0 4 53 B 39 4C 34
Octal 342 330 47 0 4 123 13 71 114 64
Binary 11100010 11011000 100111 0 100 1010011 1011 111001 1001100 110100

Color Harmonies of #E2D827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D827

Black with #E2D827

Text Example


Text Example

White with #E2D827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D827; }

 p { color: rgb(226,216,39); }

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

background-color css

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

 a { background-color: rgb(226,216,39); }

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

border-color css

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

 span { border-color: rgb(226,216,39); }

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