Html Css Color HEX #EC9B0C Gamboge

📋 copy color: '#EC9B0C'

red 236 ◦ green 155 ◦ blue 12

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

Shades of Gamboge #EC9B0C

Tints of Gamboge #EC9B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.46%

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

R = 58.56%
G = 38.46%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC9B0C (or 0xEC9B0C) is known color: Gamboge. HEX triplet: EC, 9B and 0C. RGB value is (236,155,12). Sum of RGB (Red+Green+Blue) = 236+155+12=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9B0C is #1364F3. Grayscale: #A3A3A3. Windows color (decimal): -1271028 or 826348. OLE color: 826348.

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

Color convert

RGB 236 155 12 -
CMYK 0 0.34 0.95 0.07
HSL 38.3º 0.9% 0.49% -
HSV(B) 38.3º 0.95% 0.93% -
XYZ 46.38 41.3 5.88 -
YUV 162.92 42.84 180.13 -
System Red Green Blue C M Y K H S L
Decimal 236 155 12 0 0.34 0.95 0.07 38.3 0.9 0.49
Hex EC 9B C 0 22 5F 7 26 5A 31
Octal 354 233 14 0 42 137 7 46 132 61
Binary 11101100 10011011 1100 0 100010 1011111 111 100110 1011010 110001

Color Harmonies of #EC9B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9B0C

Black with #EC9B0C

Text Example


Text Example

White with #EC9B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9B0C; }

 p { color: rgb(236,155,12); }

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

background-color css

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

 a { background-color: rgb(236,155,12); }

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

border-color css

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

 span { border-color: rgb(236,155,12); }

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