Html Css Color HEX #E6A70E Gamboge

📋 copy color: '#E6A70E'

red 230 ◦ green 167 ◦ blue 14

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

Shades of Gamboge #E6A70E

Tints of Gamboge #E6A70E

RGB

 RED value IS 230 (90.23% from 255) = 55.96%

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 55.96%
G = 40.63%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6A70E (or 0xE6A70E) is known color: Gamboge. HEX triplet: E6, A7 and 0E. RGB value is (230,167,14). Sum of RGB (Red+Green+Blue) = 230+167+14=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A70E is #1958F1. Grayscale: #A9A9A9. Windows color (decimal): -1661170 or 960486. OLE color: 960486.

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

Color convert

RGB 230 167 14 -
CMYK 0 0.27 0.94 0.10
HSL 42.5º 0.89% 0.48% -
HSV(B) 42.5º 0.94% 0.9% -
XYZ 46.53 44.49 6.55 -
YUV 168.4 40.87 171.94 -
System Red Green Blue C M Y K H S L
Decimal 230 167 14 0 0.27 0.94 0.10 42.5 0.89 0.48
Hex E6 A7 E 0 1B 5E A 2A 59 30
Octal 346 247 16 0 33 136 12 52 131 60
Binary 11100110 10100111 1110 0 11011 1011110 1010 101010 1011001 110000

Color Harmonies of #E6A70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A70E

Black with #E6A70E

Text Example


Text Example

White with #E6A70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A70E; }

 p { color: rgb(230,167,14); }

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

background-color css

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

 a { background-color: rgb(230,167,14); }

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

border-color css

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

 span { border-color: rgb(230,167,14); }

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