Html Css Color HEX #E7A20F Gamboge

📋 copy color: '#E7A20F'

red 231 ◦ green 162 ◦ blue 15

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

Shades of Gamboge #E7A20F

Tints of Gamboge #E7A20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 56.62%
G = 39.71%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7A20F (or 0xE7A20F) is known color: Gamboge. HEX triplet: E7, A2 and 0F. RGB value is (231,162,15). Sum of RGB (Red+Green+Blue) = 231+162+15=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7A20F is #185DF0. Grayscale: #A6A6A6. Windows color (decimal): -1596913 or 1024743. OLE color: 1024743.

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

Color convert

RGB 231 162 15 -
CMYK 0 0.30 0.94 0.09
HSL 40.83º 0.88% 0.48% -
HSV(B) 40.83º 0.94% 0.91% -
XYZ 45.96 42.86 6.3 -
YUV 165.87 42.86 174.45 -
System Red Green Blue C M Y K H S L
Decimal 231 162 15 0 0.30 0.94 0.09 40.83 0.88 0.48
Hex E7 A2 F 0 1E 5E 9 29 58 30
Octal 347 242 17 0 36 136 11 51 130 60
Binary 11100111 10100010 1111 0 11110 1011110 1001 101001 1011000 110000

Color Harmonies of #E7A20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A20F

Black with #E7A20F

Text Example


Text Example

White with #E7A20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A20F; }

 p { color: rgb(231,162,15); }

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

background-color css

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

 a { background-color: rgb(231,162,15); }

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

border-color css

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

 span { border-color: rgb(231,162,15); }

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