Html Css Color HEX #E6A405 Gamboge

📋 copy color: '#E6A405'

red 230 ◦ green 164 ◦ blue 5

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

Shades of Gamboge #E6A405

Tints of Gamboge #E6A405

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.1%

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 57.64%
G = 41.1%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E6A405 (or 0xE6A405) is known color: Gamboge. HEX triplet: E6, A4 and 05. RGB value is (230,164,5). Sum of RGB (Red+Green+Blue) = 230+164+5=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A405 is #195BFA. Grayscale: #A6A6A6. Windows color (decimal): -1661947 or 369894. OLE color: 369894.

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

Color convert

RGB 230 164 5 -
CMYK 0 0.29 0.98 0.10
HSL 42.4º 0.96% 0.46% -
HSV(B) 42.4º 0.98% 0.9% -
XYZ 45.94 43.38 6.1 -
YUV 165.61 37.37 173.93 -
System Red Green Blue C M Y K H S L
Decimal 230 164 5 0 0.29 0.98 0.10 42.4 0.96 0.46
Hex E6 A4 5 0 1D 62 A 2A 60 2E
Octal 346 244 5 0 35 142 12 52 140 56
Binary 11100110 10100100 101 0 11101 1100010 1010 101010 1100000 101110

Color Harmonies of #E6A405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A405

Black with #E6A405

Text Example


Text Example

White with #E6A405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A405; }

 p { color: rgb(230,164,5); }

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

background-color css

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

 a { background-color: rgb(230,164,5); }

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

border-color css

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

 span { border-color: rgb(230,164,5); }

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