Html Css Color HEX #E68C0B Gamboge

📋 copy color: '#E68C0B'

red 230 ◦ green 140 ◦ blue 11

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

Shades of Gamboge #E68C0B

Tints of Gamboge #E68C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 60.37%
G = 36.75%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E68C0B (or 0xE68C0B) is known color: Gamboge. HEX triplet: E6, 8C and 0B. RGB value is (230,140,11). Sum of RGB (Red+Green+Blue) = 230+140+11=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68C0B is #1973F4. Grayscale: #989898. Windows color (decimal): -1668085 or 756966. OLE color: 756966.

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

Color convert

RGB 230 140 11 -
CMYK 0 0.39 0.95 0.10
HSL 35.34º 0.91% 0.47% -
HSV(B) 35.34º 0.95% 0.9% -
XYZ 42.07 35.6 4.97 -
YUV 152.2 48.32 183.49 -
System Red Green Blue C M Y K H S L
Decimal 230 140 11 0 0.39 0.95 0.10 35.34 0.91 0.47
Hex E6 8C B 0 27 5F A 23 5B 2F
Octal 346 214 13 0 47 137 12 43 133 57
Binary 11100110 10001100 1011 0 100111 1011111 1010 100011 1011011 101111

Color Harmonies of #E68C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C0B

Black with #E68C0B

Text Example


Text Example

White with #E68C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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