Html Css Color HEX #EC970F Gamboge

📋 copy color: '#EC970F'

red 236 ◦ green 151 ◦ blue 15

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

Shades of Gamboge #EC970F

Tints of Gamboge #EC970F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.73%

R = 58.71%
G = 37.56%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC970F (or 0xEC970F) is known color: Gamboge. HEX triplet: EC, 97 and 0F. RGB value is (236,151,15). Sum of RGB (Red+Green+Blue) = 236+151+15=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC970F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC970F is #1368F0. Grayscale: #A1A1A1. Windows color (decimal): -1272049 or 1021932. OLE color: 1021932.

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

Color convert

RGB 236 151 15 -
CMYK 0 0.36 0.94 0.07
HSL 36.92º 0.88% 0.49% -
HSV(B) 36.92º 0.94% 0.93% -
XYZ 45.74 40 5.76 -
YUV 160.91 45.66 181.56 -
System Red Green Blue C M Y K H S L
Decimal 236 151 15 0 0.36 0.94 0.07 36.92 0.88 0.49
Hex EC 97 F 0 24 5E 7 25 58 31
Octal 354 227 17 0 44 136 7 45 130 61
Binary 11101100 10010111 1111 0 100100 1011110 111 100101 1011000 110001

Color Harmonies of #EC970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC970F

Black with #EC970F

Text Example


Text Example

White with #EC970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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