Html Css Color HEX #EC930E Gamboge

📋 copy color: '#EC930E'

red 236 ◦ green 147 ◦ blue 14

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

Shades of Gamboge #EC930E

Tints of Gamboge #EC930E

RGB

 RED value IS 236 (92.58% from 255) = 59.45%

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

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

R = 59.45%
G = 37.03%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC930E (or 0xEC930E) is known color: Gamboge. HEX triplet: EC, 93 and 0E. RGB value is (236,147,14). Sum of RGB (Red+Green+Blue) = 236+147+14=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC930E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC930E is #136CF1. Grayscale: #9F9F9F. Windows color (decimal): -1273074 or 955372. OLE color: 955372.

HSL color Cylindrical-coordinate representation of color #EC930E: hue angle of 35.95º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC930E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 147 14 -
CMYK 0 0.38 0.94 0.07
HSL 35.95º 0.89% 0.49% -
HSV(B) 35.95º 0.94% 0.93% -
XYZ 45.11 38.73 5.51 -
YUV 158.45 46.49 183.31 -
System Red Green Blue C M Y K H S L
Decimal 236 147 14 0 0.38 0.94 0.07 35.95 0.89 0.49
Hex EC 93 E 0 26 5E 7 24 59 31
Octal 354 223 16 0 46 136 7 44 131 61
Binary 11101100 10010011 1110 0 100110 1011110 111 100100 1011001 110001

Color Harmonies of #EC930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC930E

Black with #EC930E

Text Example


Text Example

White with #EC930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC930E; }

 p { color: rgb(236,147,14); }

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

background-color css

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

 a { background-color: rgb(236,147,14); }

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

border-color css

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

 span { border-color: rgb(236,147,14); }

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