Html Css Color HEX #E6AD0E Gamboge

📋 copy color: '#E6AD0E'

red 230 ◦ green 173 ◦ blue 14

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

Shades of Gamboge #E6AD0E

Tints of Gamboge #E6AD0E

RGB

 RED value IS 230 (90.23% from 255) = 55.16%

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

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

R = 55.16%
G = 41.49%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6AD0E (or 0xE6AD0E) is known color: Gamboge. HEX triplet: E6, AD and 0E. RGB value is (230,173,14). Sum of RGB (Red+Green+Blue) = 230+173+14=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AD0E is #1952F1. Grayscale: #ACACAC. Windows color (decimal): -1659634 or 962022. OLE color: 962022.

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

Color convert

RGB 230 173 14 -
CMYK 0 0.25 0.94 0.10
HSL 44.17º 0.89% 0.48% -
HSV(B) 44.17º 0.94% 0.9% -
XYZ 47.66 46.74 6.93 -
YUV 171.92 38.88 169.43 -
System Red Green Blue C M Y K H S L
Decimal 230 173 14 0 0.25 0.94 0.10 44.17 0.89 0.48
Hex E6 AD E 0 19 5E A 2C 59 30
Octal 346 255 16 0 31 136 12 54 131 60
Binary 11100110 10101101 1110 0 11001 1011110 1010 101100 1011001 110000

Color Harmonies of #E6AD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AD0E

Black with #E6AD0E

Text Example


Text Example

White with #E6AD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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