Html Css Color HEX #E7A01C Gamboge

📋 copy color: '#E7A01C'

red 231 ◦ green 160 ◦ blue 28

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

Shades of Gamboge #E7A01C

Tints of Gamboge #E7A01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.68%

R = 55.13%
G = 38.19%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7A01C (or 0xE7A01C) is known color: Gamboge. HEX triplet: E7, A0 and 1C. RGB value is (231,160,28). Sum of RGB (Red+Green+Blue) = 231+160+28=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A01C is #185FE3. Grayscale: #A6A6A6. Windows color (decimal): -1597412 or 1876199. OLE color: 1876199.

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

Color convert

RGB 231 160 28 -
CMYK 0 0.31 0.88 0.09
HSL 39.01º 0.81% 0.51% -
HSV(B) 39.01º 0.88% 0.91% -
XYZ 45.74 42.21 6.84 -
YUV 166.18 50.02 174.23 -
System Red Green Blue C M Y K H S L
Decimal 231 160 28 0 0.31 0.88 0.09 39.01 0.81 0.51
Hex E7 A0 1C 0 1F 58 9 27 51 33
Octal 347 240 34 0 37 130 11 47 121 63
Binary 11100111 10100000 11100 0 11111 1011000 1001 100111 1010001 110011

Color Harmonies of #E7A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A01C

Black with #E7A01C

Text Example


Text Example

White with #E7A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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