Html Css Color HEX #E7A30C Gamboge

📋 copy color: '#E7A30C'

red 231 ◦ green 163 ◦ blue 12

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

Shades of Gamboge #E7A30C

Tints of Gamboge #E7A30C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.15%

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

R = 56.9%
G = 40.15%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7A30C (or 0xE7A30C) is known color: Gamboge. HEX triplet: E7, A3 and 0C. RGB value is (231,163,12). Sum of RGB (Red+Green+Blue) = 231+163+12=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A30C is #185CF3. Grayscale: #A6A6A6. Windows color (decimal): -1596660 or 828391. OLE color: 828391.

HSL color Cylindrical-coordinate representation of color #E7A30C: hue angle of 41.37º 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 #E7A30C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 163 12 -
CMYK 0 0.29 0.95 0.09
HSL 41.37º 0.9% 0.48% -
HSV(B) 41.37º 0.95% 0.91% -
XYZ 46.12 43.21 6.26 -
YUV 166.12 41.03 174.28 -
System Red Green Blue C M Y K H S L
Decimal 231 163 12 0 0.29 0.95 0.09 41.37 0.9 0.48
Hex E7 A3 C 0 1D 5F 9 29 5A 30
Octal 347 243 14 0 35 137 11 51 132 60
Binary 11100111 10100011 1100 0 11101 1011111 1001 101001 1011010 110000

Color Harmonies of #E7A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A30C

Black with #E7A30C

Text Example


Text Example

White with #E7A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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