Html Css Color HEX #E7940A Gamboge

📋 copy color: '#E7940A'

red 231 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #E7940A

Tints of Gamboge #E7940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

 BLUE value IS 10 (4.3% from 255) = 2.57%

R = 59.38%
G = 38.05%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E7940A (or 0xE7940A) is known color: Gamboge. HEX triplet: E7, 94 and 0A. RGB value is (231,148,10). Sum of RGB (Red+Green+Blue) = 231+148+10=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E7940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7940A is #186BF5. Grayscale: #9D9D9D. Windows color (decimal): -1600502 or 693479. OLE color: 693479.

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

Color convert

RGB 231 148 10 -
CMYK 0 0.36 0.96 0.09
HSL 37.47º 0.92% 0.47% -
HSV(B) 37.47º 0.96% 0.91% -
XYZ 43.6 38.19 5.36 -
YUV 157.09 45 180.72 -
System Red Green Blue C M Y K H S L
Decimal 231 148 10 0 0.36 0.96 0.09 37.47 0.92 0.47
Hex E7 94 A 0 24 60 9 25 5C 2F
Octal 347 224 12 0 44 140 11 45 134 57
Binary 11100111 10010100 1010 0 100100 1100000 1001 100101 1011100 101111

Color Harmonies of #E7940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7940A

Black with #E7940A

Text Example


Text Example

White with #E7940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7940A; }

 p { color: rgb(231,148,10); }

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

background-color css

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

 a { background-color: rgb(231,148,10); }

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

border-color css

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

 span { border-color: rgb(231,148,10); }

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