Html Css Color HEX #E7AB0E Gamboge

📋 copy color: '#E7AB0E'

red 231 ◦ green 171 ◦ blue 14

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

Shades of Gamboge #E7AB0E

Tints of Gamboge #E7AB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.11%

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

R = 55.53%
G = 41.11%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7AB0E (or 0xE7AB0E) is known color: Gamboge. HEX triplet: E7, AB and 0E. RGB value is (231,171,14). Sum of RGB (Red+Green+Blue) = 231+171+14=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AB0E is #1854F1. Grayscale: #ABABAB. Windows color (decimal): -1594610 or 961511. OLE color: 961511.

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

Color convert

RGB 231 171 14 -
CMYK 0 0.26 0.94 0.09
HSL 43.41º 0.89% 0.48% -
HSV(B) 43.41º 0.94% 0.91% -
XYZ 47.6 46.15 6.81 -
YUV 171.04 39.38 170.77 -
System Red Green Blue C M Y K H S L
Decimal 231 171 14 0 0.26 0.94 0.09 43.41 0.89 0.48
Hex E7 AB E 0 1A 5E 9 2B 59 30
Octal 347 253 16 0 32 136 11 53 131 60
Binary 11100111 10101011 1110 0 11010 1011110 1001 101011 1011001 110000

Color Harmonies of #E7AB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AB0E

Black with #E7AB0E

Text Example


Text Example

White with #E7AB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AB0E; }

 p { color: rgb(231,171,14); }

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

background-color css

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

 a { background-color: rgb(231,171,14); }

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

border-color css

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

 span { border-color: rgb(231,171,14); }

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