Html Css Color HEX #E68C0E Gamboge

📋 copy color: '#E68C0E'

red 230 ◦ green 140 ◦ blue 14

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

Shades of Gamboge #E68C0E

Tints of Gamboge #E68C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.46%

 BLUE value IS 14 (5.86% from 255) = 3.65%

R = 59.9%
G = 36.46%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E68C0E (or 0xE68C0E) is known color: Gamboge. HEX triplet: E6, 8C and 0E. RGB value is (230,140,14). Sum of RGB (Red+Green+Blue) = 230+140+14=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C0E is #1973F1. Grayscale: #999999. Windows color (decimal): -1668082 or 953574. OLE color: 953574.

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

Color convert

RGB 230 140 14 -
CMYK 0 0.39 0.94 0.10
HSL 35º 0.89% 0.48% -
HSV(B) 35º 0.94% 0.9% -
XYZ 42.09 35.61 5.07 -
YUV 152.55 49.82 183.25 -
System Red Green Blue C M Y K H S L
Decimal 230 140 14 0 0.39 0.94 0.10 35 0.89 0.48
Hex E6 8C E 0 27 5E A 23 59 30
Octal 346 214 16 0 47 136 12 43 131 60
Binary 11100110 10001100 1110 0 100111 1011110 1010 100011 1011001 110000

Color Harmonies of #E68C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C0E

Black with #E68C0E

Text Example


Text Example

White with #E68C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C0E; }

 p { color: rgb(230,140,14); }

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

background-color css

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

 a { background-color: rgb(230,140,14); }

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

border-color css

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

 span { border-color: rgb(230,140,14); }

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