Html Css Color HEX #E6930F Gamboge

📋 copy color: '#E6930F'

red 230 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #E6930F

Tints of Gamboge #E6930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.5%

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

R = 58.67%
G = 37.5%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6930F (or 0xE6930F) is known color: Gamboge. HEX triplet: E6, 93 and 0F. RGB value is (230,147,15). Sum of RGB (Red+Green+Blue) = 230+147+15=392 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.67% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 230 - color contains mainly: red. Hex color #E6930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6930F is #196CF0. Grayscale: #9D9D9D. Windows color (decimal): -1666289 or 1020902. OLE color: 1020902.

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

Color convert

RGB 230 147 15 -
CMYK 0 0.36 0.93 0.10
HSL 36.84º 0.88% 0.48% -
HSV(B) 36.84º 0.93% 0.9% -
XYZ 43.15 37.72 5.46 -
YUV 156.77 48 180.23 -
System Red Green Blue C M Y K H S L
Decimal 230 147 15 0 0.36 0.93 0.10 36.84 0.88 0.48
Hex E6 93 F 0 24 5D A 25 58 30
Octal 346 223 17 0 44 135 12 45 130 60
Binary 11100110 10010011 1111 0 100100 1011101 1010 100101 1011000 110000

Color Harmonies of #E6930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6930F

Black with #E6930F

Text Example


Text Example

White with #E6930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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