Html Css Color HEX #E3A408 Gamboge

📋 copy color: '#E3A408'

red 227 ◦ green 164 ◦ blue 8

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

Shades of Gamboge #E3A408

Tints of Gamboge #E3A408

RGB

 RED value IS 227 (89.06% from 255) = 56.89%

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

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 56.89%
G = 41.1%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3A408 (or 0xE3A408) is known color: Gamboge. HEX triplet: E3, A4 and 08. RGB value is (227,164,8). Sum of RGB (Red+Green+Blue) = 227+164+8=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A408 is #1C5BF7. Grayscale: #A5A5A5. Windows color (decimal): -1858552 or 566499. OLE color: 566499.

HSL color Cylindrical-coordinate representation of color #E3A408: hue angle of 42.74º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3A408 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 164 8 -
CMYK 0 0.28 0.96 0.11
HSL 42.74º 0.93% 0.46% -
HSV(B) 42.74º 0.96% 0.89% -
XYZ 45 42.9 6.14 -
YUV 165.05 39.37 172.18 -
System Red Green Blue C M Y K H S L
Decimal 227 164 8 0 0.28 0.96 0.11 42.74 0.93 0.46
Hex E3 A4 8 0 1C 60 B 2B 5D 2E
Octal 343 244 10 0 34 140 13 53 135 56
Binary 11100011 10100100 1000 0 11100 1100000 1011 101011 1011101 101110

Color Harmonies of #E3A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A408

Black with #E3A408

Text Example


Text Example

White with #E3A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A408; }

 p { color: rgb(227,164,8); }

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

background-color css

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

 a { background-color: rgb(227,164,8); }

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

border-color css

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

 span { border-color: rgb(227,164,8); }

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