Html Css Color HEX #E6A30F Gamboge

📋 copy color: '#E6A30F'

red 230 ◦ green 163 ◦ blue 15

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

Shades of Gamboge #E6A30F

Tints of Gamboge #E6A30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.95%

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

R = 56.37%
G = 39.95%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6A30F (or 0xE6A30F) is known color: Gamboge. HEX triplet: E6, A3 and 0F. RGB value is (230,163,15). Sum of RGB (Red+Green+Blue) = 230+163+15=408 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.37% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A30F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A30F is #195CF0. Grayscale: #A6A6A6. Windows color (decimal): -1662193 or 1024998. OLE color: 1024998.

HSL color Cylindrical-coordinate representation of color #E6A30F: hue angle of 41.3º 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 #E6A30F is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 163 15 -
CMYK 0 0.29 0.93 0.10
HSL 41.3º 0.88% 0.48% -
HSV(B) 41.3º 0.93% 0.9% -
XYZ 45.82 43.05 6.35 -
YUV 166.16 42.7 173.53 -
System Red Green Blue C M Y K H S L
Decimal 230 163 15 0 0.29 0.93 0.10 41.3 0.88 0.48
Hex E6 A3 F 0 1D 5D A 29 58 30
Octal 346 243 17 0 35 135 12 51 130 60
Binary 11100110 10100011 1111 0 11101 1011101 1010 101001 1011000 110000

Color Harmonies of #E6A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A30F

Black with #E6A30F

Text Example


Text Example

White with #E6A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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