Html Css Color HEX #E8A30C Gamboge

📋 copy color: '#E8A30C'

red 232 ◦ green 163 ◦ blue 12

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

Shades of Gamboge #E8A30C

Tints of Gamboge #E8A30C

RGB

 RED value IS 232 (91.02% from 255) = 57%

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

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

R = 57%
G = 40.05%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8A30C (or 0xE8A30C) is known color: Gamboge. HEX triplet: E8, A3 and 0C. RGB value is (232,163,12). Sum of RGB (Red+Green+Blue) = 232+163+12=407 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.00% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A30C is #175CF3. Grayscale: #A7A7A7. Windows color (decimal): -1531124 or 828392. OLE color: 828392.

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

Color convert

RGB 232 163 12 -
CMYK 0 0.30 0.95 0.09
HSL 41.18º 0.9% 0.48% -
HSV(B) 41.18º 0.95% 0.91% -
XYZ 46.44 43.38 6.27 -
YUV 166.42 40.86 174.78 -
System Red Green Blue C M Y K H S L
Decimal 232 163 12 0 0.30 0.95 0.09 41.18 0.9 0.48
Hex E8 A3 C 0 1E 5F 9 29 5A 30
Octal 350 243 14 0 36 137 11 51 132 60
Binary 11101000 10100011 1100 0 11110 1011111 1001 101001 1011010 110000

Color Harmonies of #E8A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A30C

Black with #E8A30C

Text Example


Text Example

White with #E8A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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