Html Css Color HEX #E6AE10 Gamboge

📋 copy color: '#E6AE10'

red 230 ◦ green 174 ◦ blue 16

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

Shades of Gamboge #E6AE10

Tints of Gamboge #E6AE10

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.43%

 BLUE value IS 16 (6.64% from 255) = 3.81%

R = 54.76%
G = 41.43%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6AE10 (or 0xE6AE10) is known color: Gamboge. HEX triplet: E6, AE and 10. RGB value is (230,174,16). Sum of RGB (Red+Green+Blue) = 230+174+16=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6AE10 is #1951EF. Grayscale: #ADADAD. Windows color (decimal): -1659376 or 1093350. OLE color: 1093350.

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

Color convert

RGB 230 174 16 -
CMYK 0 0.24 0.93 0.10
HSL 44.3º 0.87% 0.48% -
HSV(B) 44.3º 0.93% 0.9% -
XYZ 47.86 47.13 7.07 -
YUV 172.73 39.55 168.85 -
System Red Green Blue C M Y K H S L
Decimal 230 174 16 0 0.24 0.93 0.10 44.3 0.87 0.48
Hex E6 AE 10 0 18 5D A 2C 57 30
Octal 346 256 20 0 30 135 12 54 127 60
Binary 11100110 10101110 10000 0 11000 1011101 1010 101100 1010111 110000

Color Harmonies of #E6AE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6AE10

Black with #E6AE10

Text Example


Text Example

White with #E6AE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6AE10; }

 p { color: rgb(230,174,16); }

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

background-color css

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

 a { background-color: rgb(230,174,16); }

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

border-color css

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

 span { border-color: rgb(230,174,16); }

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