Html Css Color HEX #E6A21C Gamboge

📋 copy color: '#E6A21C'

red 230 ◦ green 162 ◦ blue 28

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

Shades of Gamboge #E6A21C

Tints of Gamboge #E6A21C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.57%

 BLUE value IS 28 (11.33% from 255) = 6.67%

R = 54.76%
G = 38.57%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6A21C (or 0xE6A21C) is known color: Gamboge. HEX triplet: E6, A2 and 1C. RGB value is (230,162,28). Sum of RGB (Red+Green+Blue) = 230+162+28=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A21C is #195DE3. Grayscale: #A7A7A7. Windows color (decimal): -1662436 or 1876710. OLE color: 1876710.

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

Color convert

RGB 230 162 28 -
CMYK 0 0.30 0.88 0.10
HSL 39.8º 0.8% 0.51% -
HSV(B) 39.8º 0.88% 0.9% -
XYZ 45.76 42.75 6.94 -
YUV 167.06 49.53 172.9 -
System Red Green Blue C M Y K H S L
Decimal 230 162 28 0 0.30 0.88 0.10 39.8 0.8 0.51
Hex E6 A2 1C 0 1E 58 A 28 50 33
Octal 346 242 34 0 36 130 12 50 120 63
Binary 11100110 10100010 11100 0 11110 1011000 1010 101000 1010000 110011

Color Harmonies of #E6A21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A21C

Black with #E6A21C

Text Example


Text Example

White with #E6A21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A21C; }

 p { color: rgb(230,162,28); }

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

background-color css

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

 a { background-color: rgb(230,162,28); }

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

border-color css

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

 span { border-color: rgb(230,162,28); }

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