Html Css Color HEX #E7DE2A Golden Fizz

📋 copy color: '#E7DE2A'

red 231 ◦ green 222 ◦ blue 42

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

Shades of Golden Fizz #E7DE2A

Tints of Golden Fizz #E7DE2A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.85%

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

R = 46.67%
G = 44.85%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7DE2A (or 0xE7DE2A) is known color: Golden Fizz. HEX triplet: E7, DE and 2A. RGB value is (231,222,42). Sum of RGB (Red+Green+Blue) = 231+222+42=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 42 (16.80% from 255 or 8.48% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DE2A is #1821D5. Grayscale: #CCCCCC. Windows color (decimal): -1581526 or 2809575. OLE color: 2809575.

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

Color convert

RGB 231 222 42 -
CMYK 0 0.04 0.82 0.09
HSL 57.14º 0.8% 0.54% -
HSV(B) 57.14º 0.82% 0.91% -
XYZ 59.49 69.4 12.45 -
YUV 204.17 36.48 147.14 -
System Red Green Blue C M Y K H S L
Decimal 231 222 42 0 0.04 0.82 0.09 57.14 0.8 0.54
Hex E7 DE 2A 0 4 52 9 39 50 36
Octal 347 336 52 0 4 122 11 71 120 66
Binary 11100111 11011110 101010 0 100 1010010 1001 111001 1010000 110110

Color Harmonies of #E7DE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DE2A

Black with #E7DE2A

Text Example


Text Example

White with #E7DE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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