Html Css Color HEX #E7D528 Golden Fizz

📋 copy color: '#E7D528'

red 231 ◦ green 213 ◦ blue 40

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

Shades of Golden Fizz #E7D528

Tints of Golden Fizz #E7D528

RGB

 RED value IS 231 (90.63% from 255) = 47.73%

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

 BLUE value IS 40 (16.02% from 255) = 8.26%

R = 47.73%
G = 44.01%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E7D528 (or 0xE7D528) is known color: Golden Fizz. HEX triplet: E7, D5 and 28. RGB value is (231,213,40). Sum of RGB (Red+Green+Blue) = 231+213+40=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D528 is #182AD7. Grayscale: #C7C7C7. Windows color (decimal): -1583832 or 2676199. OLE color: 2676199.

HSL color Cylindrical-coordinate representation of color #E7D528: hue angle of 54.35º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7D528 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 213 40 -
CMYK 0 0.08 0.83 0.09
HSL 54.35º 0.8% 0.53% -
HSV(B) 54.35º 0.83% 0.91% -
XYZ 57.13 64.73 11.49 -
YUV 198.66 38.46 151.07 -
System Red Green Blue C M Y K H S L
Decimal 231 213 40 0 0.08 0.83 0.09 54.35 0.8 0.53
Hex E7 D5 28 0 8 53 9 36 50 35
Octal 347 325 50 0 10 123 11 66 120 65
Binary 11100111 11010101 101000 0 1000 1010011 1001 110110 1010000 110101

Color Harmonies of #E7D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D528

Black with #E7D528

Text Example


Text Example

White with #E7D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D528; }

 p { color: rgb(231,213,40); }

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

background-color css

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

 a { background-color: rgb(231,213,40); }

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

border-color css

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

 span { border-color: rgb(231,213,40); }

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