Html Css Color HEX #E68E0C Gamboge

📋 copy color: '#E68E0C'

red 230 ◦ green 142 ◦ blue 12

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

Shades of Gamboge #E68E0C

Tints of Gamboge #E68E0C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.98%

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

R = 59.9%
G = 36.98%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E68E0C (or 0xE68E0C) is known color: Gamboge. HEX triplet: E6, 8E and 0C. RGB value is (230,142,12). Sum of RGB (Red+Green+Blue) = 230+142+12=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68E0C is #1971F3. Grayscale: #9A9A9A. Windows color (decimal): -1667572 or 823014. OLE color: 823014.

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

Color convert

RGB 230 142 12 -
CMYK 0 0.38 0.95 0.10
HSL 35.78º 0.9% 0.47% -
HSV(B) 35.78º 0.95% 0.9% -
XYZ 42.37 36.2 5.1 -
YUV 153.49 48.15 182.57 -
System Red Green Blue C M Y K H S L
Decimal 230 142 12 0 0.38 0.95 0.10 35.78 0.9 0.47
Hex E6 8E C 0 26 5F A 24 5A 2F
Octal 346 216 14 0 46 137 12 44 132 57
Binary 11100110 10001110 1100 0 100110 1011111 1010 100100 1011010 101111

Color Harmonies of #E68E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68E0C

Black with #E68E0C

Text Example


Text Example

White with #E68E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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