Html Css Color HEX #E6A318 Gamboge

📋 copy color: '#E6A318'

red 230 ◦ green 163 ◦ blue 24

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

Shades of Gamboge #E6A318

Tints of Gamboge #E6A318

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.09%

 BLUE value IS 24 (9.77% from 255) = 5.76%

R = 55.16%
G = 39.09%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E6A318 (or 0xE6A318) is known color: Gamboge. HEX triplet: E6, A3 and 18. RGB value is (230,163,24). Sum of RGB (Red+Green+Blue) = 230+163+24=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A318 is #195CE7. Grayscale: #A7A7A7. Windows color (decimal): -1662184 or 1614822. OLE color: 1614822.

HSL color Cylindrical-coordinate representation of color #E6A318: hue angle of 40.49º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6A318 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 163 24 -
CMYK 0 0.29 0.90 0.10
HSL 40.49º 0.81% 0.5% -
HSV(B) 40.49º 0.9% 0.9% -
XYZ 45.9 43.08 6.76 -
YUV 167.19 47.2 172.8 -
System Red Green Blue C M Y K H S L
Decimal 230 163 24 0 0.29 0.90 0.10 40.49 0.81 0.5
Hex E6 A3 18 0 1D 5A A 28 51 32
Octal 346 243 30 0 35 132 12 50 121 62
Binary 11100110 10100011 11000 0 11101 1011010 1010 101000 1010001 110010

Color Harmonies of #E6A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A318

Black with #E6A318

Text Example


Text Example

White with #E6A318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A318; }

 p { color: rgb(230,163,24); }

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

background-color css

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

 a { background-color: rgb(230,163,24); }

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

border-color css

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

 span { border-color: rgb(230,163,24); }

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