Html Css Color HEX #E7AD0C Gamboge

📋 copy color: '#E7AD0C'

red 231 ◦ green 173 ◦ blue 12

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

Shades of Gamboge #E7AD0C

Tints of Gamboge #E7AD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 55.53%
G = 41.59%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7AD0C (or 0xE7AD0C) is known color: Gamboge. HEX triplet: E7, AD and 0C. RGB value is (231,173,12). Sum of RGB (Red+Green+Blue) = 231+173+12=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AD0C is #1852F3. Grayscale: #ACACAC. Windows color (decimal): -1594100 or 830951. OLE color: 830951.

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

Color convert

RGB 231 173 12 -
CMYK 0 0.25 0.95 0.09
HSL 44.11º 0.9% 0.48% -
HSV(B) 44.11º 0.95% 0.91% -
XYZ 47.96 46.9 6.87 -
YUV 171.99 37.72 170.09 -
System Red Green Blue C M Y K H S L
Decimal 231 173 12 0 0.25 0.95 0.09 44.11 0.9 0.48
Hex E7 AD C 0 19 5F 9 2C 5A 30
Octal 347 255 14 0 31 137 11 54 132 60
Binary 11100111 10101101 1100 0 11001 1011111 1001 101100 1011010 110000

Color Harmonies of #E7AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7AD0C

Black with #E7AD0C

Text Example


Text Example

White with #E7AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7AD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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