Html Css Color HEX #E2D727 Golden Fizz

📋 copy color: '#E2D727'

red 226 ◦ green 215 ◦ blue 39

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

Shades of Golden Fizz #E2D727

Tints of Golden Fizz #E2D727

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.79%

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

R = 47.08%
G = 44.79%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.11

RGB Variations

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

Color information

#E2D727 (or 0xE2D727) is known color: Golden Fizz. HEX triplet: E2, D7 and 27. RGB value is (226,215,39). Sum of RGB (Red+Green+Blue) = 226+215+39=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 39 (15.62% from 255 or 8.12% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D727 is #1D28D8. Grayscale: #C6C6C6. Windows color (decimal): -1911001 or 2611170. OLE color: 2611170.

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

Color convert

RGB 226 215 39 -
CMYK 0 0.05 0.83 0.11
HSL 56.47º 0.76% 0.52% -
HSV(B) 56.47º 0.83% 0.89% -
XYZ 56.03 64.92 11.5 -
YUV 198.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 226 215 39 0 0.05 0.83 0.11 56.47 0.76 0.52
Hex E2 D7 27 0 5 53 B 38 4C 34
Octal 342 327 47 0 5 123 13 70 114 64
Binary 11100010 11010111 100111 0 101 1010011 1011 111000 1001100 110100

Color Harmonies of #E2D727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D727

Black with #E2D727

Text Example


Text Example

White with #E2D727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D727; }

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

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

background-color css

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

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

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

border-color css

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

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

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