Html Css Color HEX #E7AD0E Gamboge

📋 copy color: '#E7AD0E'

red 231 ◦ green 173 ◦ blue 14

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

Shades of Gamboge #E7AD0E

Tints of Gamboge #E7AD0E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.39%

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

R = 55.26%
G = 41.39%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7AD0E (or 0xE7AD0E) is known color: Gamboge. HEX triplet: E7, AD and 0E. RGB value is (231,173,14). Sum of RGB (Red+Green+Blue) = 231+173+14=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AD0E is #1852F1. Grayscale: #ACACAC. Windows color (decimal): -1594098 or 962023. OLE color: 962023.

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

Color convert

RGB 231 173 14 -
CMYK 0 0.25 0.94 0.09
HSL 43.96º 0.89% 0.48% -
HSV(B) 43.96º 0.94% 0.91% -
XYZ 47.98 46.91 6.94 -
YUV 172.22 38.72 169.93 -
System Red Green Blue C M Y K H S L
Decimal 231 173 14 0 0.25 0.94 0.09 43.96 0.89 0.48
Hex E7 AD E 0 19 5E 9 2C 59 30
Octal 347 255 16 0 31 136 11 54 131 60
Binary 11100111 10101101 1110 0 11001 1011110 1001 101100 1011001 110000

Color Harmonies of #E7AD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AD0E

Black with #E7AD0E

Text Example


Text Example

White with #E7AD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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