Html Css Color HEX #E6B10A Gamboge

📋 copy color: '#E6B10A'

red 230 ◦ green 177 ◦ blue 10

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

Shades of Gamboge #E6B10A

Tints of Gamboge #E6B10A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.45%

 BLUE value IS 10 (4.3% from 255) = 2.4%

R = 55.16%
G = 42.45%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6B10A (or 0xE6B10A) is known color: Gamboge. HEX triplet: E6, B1 and 0A. RGB value is (230,177,10). Sum of RGB (Red+Green+Blue) = 230+177+10=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B10A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B10A is #194EF5. Grayscale: #AEAEAE. Windows color (decimal): -1658614 or 700902. OLE color: 700902.

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

Color convert

RGB 230 177 10 -
CMYK 0 0.23 0.96 0.10
HSL 45.55º 0.92% 0.47% -
HSV(B) 45.55º 0.96% 0.9% -
XYZ 48.41 48.29 7.06 -
YUV 173.81 35.56 168.08 -
System Red Green Blue C M Y K H S L
Decimal 230 177 10 0 0.23 0.96 0.10 45.55 0.92 0.47
Hex E6 B1 A 0 17 60 A 2E 5C 2F
Octal 346 261 12 0 27 140 12 56 134 57
Binary 11100110 10110001 1010 0 10111 1100000 1010 101110 1011100 101111

Color Harmonies of #E6B10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B10A

Black with #E6B10A

Text Example


Text Example

White with #E6B10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B10A; }

 p { color: rgb(230,177,10); }

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

background-color css

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

 a { background-color: rgb(230,177,10); }

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

border-color css

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

 span { border-color: rgb(230,177,10); }

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