Html Css Color HEX #E7D52A Golden Fizz

📋 copy color: '#E7D52A'

red 231 ◦ green 213 ◦ blue 42

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

Shades of Golden Fizz #E7D52A

Tints of Golden Fizz #E7D52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.64%

R = 47.53%
G = 43.83%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7D52A (or 0xE7D52A) is known color: Golden Fizz. HEX triplet: E7, D5 and 2A. RGB value is (231,213,42). Sum of RGB (Red+Green+Blue) = 231+213+42=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D52A is #182AD5. Grayscale: #C7C7C7. Windows color (decimal): -1583830 or 2807271. OLE color: 2807271.

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

Color convert

RGB 231 213 42 -
CMYK 0 0.08 0.82 0.09
HSL 54.29º 0.8% 0.54% -
HSV(B) 54.29º 0.82% 0.91% -
XYZ 57.17 64.74 11.67 -
YUV 198.89 39.46 150.9 -
System Red Green Blue C M Y K H S L
Decimal 231 213 42 0 0.08 0.82 0.09 54.29 0.8 0.54
Hex E7 D5 2A 0 8 52 9 36 50 36
Octal 347 325 52 0 10 122 11 66 120 66
Binary 11100111 11010101 101010 0 1000 1010010 1001 110110 1010000 110110

Color Harmonies of #E7D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D52A

Black with #E7D52A

Text Example


Text Example

White with #E7D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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