Html Css Color HEX #E7E125 Golden Fizz

📋 copy color: '#E7E125'

red 231 ◦ green 225 ◦ blue 37

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

Shades of Golden Fizz #E7E125

Tints of Golden Fizz #E7E125

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.64%

 BLUE value IS 37 (14.84% from 255) = 7.51%

R = 46.86%
G = 45.64%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#E7E125 (or 0xE7E125) is known color: Golden Fizz. HEX triplet: E7, E1 and 25. RGB value is (231,225,37). Sum of RGB (Red+Green+Blue) = 231+225+37=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7E125 is #181EDA. Grayscale: #CECECE. Windows color (decimal): -1580763 or 2482663. OLE color: 2482663.

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

Color convert

RGB 231 225 37 -
CMYK 0 0.03 0.84 0.09
HSL 58.14º 0.8% 0.53% -
HSV(B) 58.14º 0.84% 0.91% -
XYZ 60.21 70.97 12.28 -
YUV 205.36 32.99 146.29 -
System Red Green Blue C M Y K H S L
Decimal 231 225 37 0 0.03 0.84 0.09 58.14 0.8 0.53
Hex E7 E1 25 0 3 54 9 3A 50 35
Octal 347 341 45 0 3 124 11 72 120 65
Binary 11100111 11100001 100101 0 11 1010100 1001 111010 1010000 110101

Color Harmonies of #E7E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7E125

Black with #E7E125

Text Example


Text Example

White with #E7E125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7E125; }

 p { color: rgb(231,225,37); }

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

background-color css

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

 a { background-color: rgb(231,225,37); }

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

border-color css

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

 span { border-color: rgb(231,225,37); }

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