Html Css Color HEX #EC8F0C Gamboge

📋 copy color: '#EC8F0C'

red 236 ◦ green 143 ◦ blue 12

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

Shades of Gamboge #EC8F0C

Tints of Gamboge #EC8F0C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.57%

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

R = 60.36%
G = 36.57%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC8F0C (or 0xEC8F0C) is known color: Gamboge. HEX triplet: EC, 8F and 0C. RGB value is (236,143,12). Sum of RGB (Red+Green+Blue) = 236+143+12=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8F0C is #1370F3. Grayscale: #9C9C9C. Windows color (decimal): -1274100 or 823276. OLE color: 823276.

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

Color convert

RGB 236 143 12 -
CMYK 0 0.39 0.95 0.07
HSL 35.09º 0.9% 0.49% -
HSV(B) 35.09º 0.95% 0.93% -
XYZ 44.48 37.5 5.24 -
YUV 155.87 46.81 185.15 -
System Red Green Blue C M Y K H S L
Decimal 236 143 12 0 0.39 0.95 0.07 35.09 0.9 0.49
Hex EC 8F C 0 27 5F 7 23 5A 31
Octal 354 217 14 0 47 137 7 43 132 61
Binary 11101100 10001111 1100 0 100111 1011111 111 100011 1011010 110001

Color Harmonies of #EC8F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F0C

Black with #EC8F0C

Text Example


Text Example

White with #EC8F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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