Html Css Color HEX #E2D826 Golden Fizz

📋 copy color: '#E2D826'

red 226 ◦ green 216 ◦ blue 38

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

Shades of Golden Fizz #E2D826

Tints of Golden Fizz #E2D826

RGB

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

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

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

R = 47.08%
G = 45%
B = 7.92%

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

#E2D826 (or 0xE2D826) is known color: Golden Fizz. HEX triplet: E2, D8 and 26. RGB value is (226,216,38). Sum of RGB (Red+Green+Blue) = 226+216+38=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 38 (15.23% from 255 or 7.92% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D826 is #1D27D9. Grayscale: #C7C7C7. Windows color (decimal): -1910746 or 2545890. OLE color: 2545890.

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

Color convert

RGB 226 216 38 -
CMYK 0 0.04 0.83 0.11
HSL 56.81º 0.76% 0.52% -
HSV(B) 56.81º 0.83% 0.89% -
XYZ 56.27 65.42 11.5 -
YUV 198.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 226 216 38 0 0.04 0.83 0.11 56.81 0.76 0.52
Hex E2 D8 26 0 4 53 B 39 4C 34
Octal 342 330 46 0 4 123 13 71 114 64
Binary 11100010 11011000 100110 0 100 1010011 1011 111001 1001100 110100

Color Harmonies of #E2D826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D826

Black with #E2D826

Text Example


Text Example

White with #E2D826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D826; }

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

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

background-color css

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

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

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

border-color css

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

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

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