Html Css Color HEX #E6A20F Gamboge

📋 copy color: '#E6A20F'

red 230 ◦ green 162 ◦ blue 15

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

Shades of Gamboge #E6A20F

Tints of Gamboge #E6A20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 56.51%
G = 39.8%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6A20F (or 0xE6A20F) is known color: Gamboge. HEX triplet: E6, A2 and 0F. RGB value is (230,162,15). Sum of RGB (Red+Green+Blue) = 230+162+15=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A20F is #195DF0. Grayscale: #A6A6A6. Windows color (decimal): -1662449 or 1024742. OLE color: 1024742.

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

Color convert

RGB 230 162 15 -
CMYK 0 0.30 0.93 0.10
HSL 41.02º 0.88% 0.48% -
HSV(B) 41.02º 0.93% 0.9% -
XYZ 45.64 42.7 6.29 -
YUV 165.57 43.03 173.95 -
System Red Green Blue C M Y K H S L
Decimal 230 162 15 0 0.30 0.93 0.10 41.02 0.88 0.48
Hex E6 A2 F 0 1E 5D A 29 58 30
Octal 346 242 17 0 36 135 12 51 130 60
Binary 11100110 10100010 1111 0 11110 1011101 1010 101001 1011000 110000

Color Harmonies of #E6A20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A20F

Black with #E6A20F

Text Example


Text Example

White with #E6A20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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