Html Css Color HEX #E7A00B Gamboge

📋 copy color: '#E7A00B'

red 231 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #E7A00B

Tints of Gamboge #E7A00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 57.46%
G = 39.8%
B = 2.74%

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

#E7A00B (or 0xE7A00B) is known color: Gamboge. HEX triplet: E7, A0 and 0B. RGB value is (231,160,11). Sum of RGB (Red+Green+Blue) = 231+160+11=402 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.46% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A00B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A00B is #185FF4. Grayscale: #A4A4A4. Windows color (decimal): -1597429 or 762087. OLE color: 762087.

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

Color convert

RGB 231 160 11 -
CMYK 0 0.31 0.95 0.09
HSL 40.64º 0.91% 0.47% -
HSV(B) 40.64º 0.95% 0.91% -
XYZ 45.59 42.15 6.05 -
YUV 164.24 41.52 175.62 -
System Red Green Blue C M Y K H S L
Decimal 231 160 11 0 0.31 0.95 0.09 40.64 0.91 0.47
Hex E7 A0 B 0 1F 5F 9 29 5B 2F
Octal 347 240 13 0 37 137 11 51 133 57
Binary 11100111 10100000 1011 0 11111 1011111 1001 101001 1011011 101111

Color Harmonies of #E7A00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A00B

Black with #E7A00B

Text Example


Text Example

White with #E7A00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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