Html Css Color HEX #E6A11B Gamboge

📋 copy color: '#E6A11B'

red 230 ◦ green 161 ◦ blue 27

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

Shades of Gamboge #E6A11B

Tints of Gamboge #E6A11B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.52%

 BLUE value IS 27 (10.94% from 255) = 6.46%

R = 55.02%
G = 38.52%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6A11B (or 0xE6A11B) is known color: Gamboge. HEX triplet: E6, A1 and 1B. RGB value is (230,161,27). Sum of RGB (Red+Green+Blue) = 230+161+27=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A11B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A11B is #195EE4. Grayscale: #A6A6A6. Windows color (decimal): -1662693 or 1810918. OLE color: 1810918.

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

Color convert

RGB 230 161 27 -
CMYK 0 0.3 0.88 0.10
HSL 39.61º 0.8% 0.5% -
HSV(B) 39.61º 0.88% 0.9% -
XYZ 45.58 42.39 6.82 -
YUV 166.36 49.36 173.4 -
System Red Green Blue C M Y K H S L
Decimal 230 161 27 0 0.3 0.88 0.10 39.61 0.8 0.5
Hex E6 A1 1B 0 1E 58 A 28 50 32
Octal 346 241 33 0 36 130 12 50 120 62
Binary 11100110 10100001 11011 0 11110 1011000 1010 101000 1010000 110010

Color Harmonies of #E6A11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A11B

Black with #E6A11B

Text Example


Text Example

White with #E6A11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A11B; }

 p { color: rgb(230,161,27); }

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

background-color css

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

 a { background-color: rgb(230,161,27); }

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

border-color css

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

 span { border-color: rgb(230,161,27); }

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