Html Css Color HEX #E7A00C Gamboge

📋 copy color: '#E7A00C'

red 231 ◦ green 160 ◦ blue 12

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

Shades of Gamboge #E7A00C

Tints of Gamboge #E7A00C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

 BLUE value IS 12 (5.08% from 255) = 2.98%

R = 57.32%
G = 39.7%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7A00C (or 0xE7A00C) is known color: Gamboge. HEX triplet: E7, A0 and 0C. RGB value is (231,160,12). Sum of RGB (Red+Green+Blue) = 231+160+12=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A00C is #185FF3. Grayscale: #A5A5A5. Windows color (decimal): -1597428 or 827623. OLE color: 827623.

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

Color convert

RGB 231 160 12 -
CMYK 0 0.31 0.95 0.09
HSL 40.55º 0.9% 0.48% -
HSV(B) 40.55º 0.95% 0.91% -
XYZ 45.59 42.16 6.08 -
YUV 164.36 42.02 175.53 -
System Red Green Blue C M Y K H S L
Decimal 231 160 12 0 0.31 0.95 0.09 40.55 0.9 0.48
Hex E7 A0 C 0 1F 5F 9 29 5A 30
Octal 347 240 14 0 37 137 11 51 132 60
Binary 11100111 10100000 1100 0 11111 1011111 1001 101001 1011010 110000

Color Harmonies of #E7A00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A00C

Black with #E7A00C

Text Example


Text Example

White with #E7A00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A00C; }

 p { color: rgb(231,160,12); }

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

background-color css

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

 a { background-color: rgb(231,160,12); }

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

border-color css

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

 span { border-color: rgb(231,160,12); }

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