Html Css Color HEX #E7AA0D Gamboge

📋 copy color: '#E7AA0D'

red 231 ◦ green 170 ◦ blue 13

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

Shades of Gamboge #E7AA0D

Tints of Gamboge #E7AA0D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.06%

 BLUE value IS 13 (5.47% from 255) = 3.14%

R = 55.8%
G = 41.06%
B = 3.14%

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

#E7AA0D (or 0xE7AA0D) is known color: Gamboge. HEX triplet: E7, AA and 0D. RGB value is (231,170,13). Sum of RGB (Red+Green+Blue) = 231+170+13=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AA0D is #1855F2. Grayscale: #ABABAB. Windows color (decimal): -1594867 or 895719. OLE color: 895719.

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

Color convert

RGB 231 170 13 -
CMYK 0 0.26 0.94 0.09
HSL 43.21º 0.89% 0.48% -
HSV(B) 43.21º 0.94% 0.91% -
XYZ 47.4 45.77 6.72 -
YUV 170.34 39.21 171.27 -
System Red Green Blue C M Y K H S L
Decimal 231 170 13 0 0.26 0.94 0.09 43.21 0.89 0.48
Hex E7 AA D 0 1A 5E 9 2B 59 30
Octal 347 252 15 0 32 136 11 53 131 60
Binary 11100111 10101010 1101 0 11010 1011110 1001 101011 1011001 110000

Color Harmonies of #E7AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AA0D

Black with #E7AA0D

Text Example


Text Example

White with #E7AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AA0D; }

 p { color: rgb(231,170,13); }

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

background-color css

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

 a { background-color: rgb(231,170,13); }

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

border-color css

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

 span { border-color: rgb(231,170,13); }

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