Html Css Color HEX #E7A40E Gamboge

📋 copy color: '#E7A40E'

red 231 ◦ green 164 ◦ blue 14

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

Shades of Gamboge #E7A40E

Tints of Gamboge #E7A40E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.1%

 BLUE value IS 14 (5.86% from 255) = 3.42%

R = 56.48%
G = 40.1%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7A40E (or 0xE7A40E) is known color: Gamboge. HEX triplet: E7, A4 and 0E. RGB value is (231,164,14). Sum of RGB (Red+Green+Blue) = 231+164+14=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 14 (5.86% from 255 or 3.42% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A40E is #185BF1. Grayscale: #A7A7A7. Windows color (decimal): -1596402 or 959719. OLE color: 959719.

HSL color Cylindrical-coordinate representation of color #E7A40E: hue angle of 41.47º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7A40E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 164 14 -
CMYK 0 0.29 0.94 0.09
HSL 41.47º 0.89% 0.48% -
HSV(B) 41.47º 0.94% 0.91% -
XYZ 46.31 43.57 6.38 -
YUV 166.93 41.7 173.7 -
System Red Green Blue C M Y K H S L
Decimal 231 164 14 0 0.29 0.94 0.09 41.47 0.89 0.48
Hex E7 A4 E 0 1D 5E 9 29 59 30
Octal 347 244 16 0 35 136 11 51 131 60
Binary 11100111 10100100 1110 0 11101 1011110 1001 101001 1011001 110000

Color Harmonies of #E7A40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A40E

Black with #E7A40E

Text Example


Text Example

White with #E7A40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A40E; }

 p { color: rgb(231,164,14); }

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

background-color css

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

 a { background-color: rgb(231,164,14); }

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

border-color css

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

 span { border-color: rgb(231,164,14); }

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