Html Css Color HEX #E7D40B Gold

📋 copy color: '#E7D40B'

red 231 ◦ green 212 ◦ blue 11

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

Shades of Gold #E7D40B

Tints of Gold #E7D40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 50.88%
G = 46.7%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7D40B (or 0xE7D40B) is known color: Gold. HEX triplet: E7, D4 and 0B. RGB value is (231,212,11). Sum of RGB (Red+Green+Blue) = 231+212+11=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D40B is #182BF4. Grayscale: #C3C3C3. Windows color (decimal): -1584117 or 775399. OLE color: 775399.

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

Color convert

RGB 231 212 11 -
CMYK 0 0.08 0.95 0.09
HSL 54.82º 0.91% 0.47% -
HSV(B) 54.82º 0.95% 0.91% -
XYZ 56.56 64.1 9.71 -
YUV 194.77 24.29 153.84 -
System Red Green Blue C M Y K H S L
Decimal 231 212 11 0 0.08 0.95 0.09 54.82 0.91 0.47
Hex E7 D4 B 0 8 5F 9 37 5B 2F
Octal 347 324 13 0 10 137 11 67 133 57
Binary 11100111 11010100 1011 0 1000 1011111 1001 110111 1011011 101111

Color Harmonies of #E7D40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D40B

Black with #E7D40B

Text Example


Text Example

White with #E7D40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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