Html Css Color HEX #E7D42B Golden Fizz

📋 copy color: '#E7D42B'

red 231 ◦ green 212 ◦ blue 43

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

Shades of Golden Fizz #E7D42B

Tints of Golden Fizz #E7D42B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.62%

 BLUE value IS 43 (17.19% from 255) = 8.85%

R = 47.53%
G = 43.62%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7D42B (or 0xE7D42B) is known color: Golden Fizz. HEX triplet: E7, D4 and 2B. RGB value is (231,212,43). Sum of RGB (Red+Green+Blue) = 231+212+43=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D42B is #182BD4. Grayscale: #C7C7C7. Windows color (decimal): -1584085 or 2872551. OLE color: 2872551.

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

Color convert

RGB 231 212 43 -
CMYK 0 0.08 0.81 0.09
HSL 53.94º 0.8% 0.54% -
HSV(B) 53.94º 0.81% 0.91% -
XYZ 56.93 64.25 11.69 -
YUV 198.42 40.29 151.24 -
System Red Green Blue C M Y K H S L
Decimal 231 212 43 0 0.08 0.81 0.09 53.94 0.8 0.54
Hex E7 D4 2B 0 8 51 9 36 50 36
Octal 347 324 53 0 10 121 11 66 120 66
Binary 11100111 11010100 101011 0 1000 1010001 1001 110110 1010000 110110

Color Harmonies of #E7D42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D42B

Black with #E7D42B

Text Example


Text Example

White with #E7D42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D42B; }

 p { color: rgb(231,212,43); }

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

background-color css

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

 a { background-color: rgb(231,212,43); }

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

border-color css

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

 span { border-color: rgb(231,212,43); }

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