Html Css Color HEX #EC970C Gamboge

📋 copy color: '#EC970C'

red 236 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #EC970C

Tints of Gamboge #EC970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

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

R = 59.15%
G = 37.84%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC970C (or 0xEC970C) is known color: Gamboge. HEX triplet: EC, 97 and 0C. RGB value is (236,151,12). Sum of RGB (Red+Green+Blue) = 236+151+12=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC970C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC970C is #1368F3. Grayscale: #A1A1A1. Windows color (decimal): -1272052 or 825324. OLE color: 825324.

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

Color convert

RGB 236 151 12 -
CMYK 0 0.36 0.95 0.07
HSL 37.23º 0.9% 0.49% -
HSV(B) 37.23º 0.95% 0.93% -
XYZ 45.73 39.99 5.66 -
YUV 160.57 44.16 181.8 -
System Red Green Blue C M Y K H S L
Decimal 236 151 12 0 0.36 0.95 0.07 37.23 0.9 0.49
Hex EC 97 C 0 24 5F 7 25 5A 31
Octal 354 227 14 0 44 137 7 45 132 61
Binary 11101100 10010111 1100 0 100100 1011111 111 100101 1011010 110001

Color Harmonies of #EC970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC970C

Black with #EC970C

Text Example


Text Example

White with #EC970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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