Html Css Color HEX #E6940C Gamboge

📋 copy color: '#E6940C'

red 230 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #E6940C

Tints of Gamboge #E6940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 58.97%
G = 37.95%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6940C (or 0xE6940C) is known color: Gamboge. HEX triplet: E6, 94 and 0C. RGB value is (230,148,12). Sum of RGB (Red+Green+Blue) = 230+148+12=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6940C is #196BF3. Grayscale: #9D9D9D. Windows color (decimal): -1666036 or 824550. OLE color: 824550.

HSL color Cylindrical-coordinate representation of color #E6940C: hue angle of 37.43º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6940C is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 12 -
CMYK 0 0.36 0.95 0.10
HSL 37.43º 0.9% 0.47% -
HSV(B) 37.43º 0.95% 0.9% -
XYZ 43.29 38.03 5.41 -
YUV 157.01 46.17 180.06 -
System Red Green Blue C M Y K H S L
Decimal 230 148 12 0 0.36 0.95 0.10 37.43 0.9 0.47
Hex E6 94 C 0 24 5F A 25 5A 2F
Octal 346 224 14 0 44 137 12 45 132 57
Binary 11100110 10010100 1100 0 100100 1011111 1010 100101 1011010 101111

Color Harmonies of #E6940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6940C

Black with #E6940C

Text Example


Text Example

White with #E6940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6940C; }

 p { color: rgb(230,148,12); }

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

background-color css

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

 a { background-color: rgb(230,148,12); }

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

border-color css

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

 span { border-color: rgb(230,148,12); }

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