Html Css Color HEX #EC8D0F Gamboge

📋 copy color: '#EC8D0F'

red 236 ◦ green 141 ◦ blue 15

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

Shades of Gamboge #EC8D0F

Tints of Gamboge #EC8D0F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

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

R = 60.2%
G = 35.97%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC8D0F (or 0xEC8D0F) is known color: Gamboge. HEX triplet: EC, 8D and 0F. RGB value is (236,141,15). Sum of RGB (Red+Green+Blue) = 236+141+15=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D0F is #1372F0. Grayscale: #9B9B9B. Windows color (decimal): -1274609 or 1019372. OLE color: 1019372.

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

Color convert

RGB 236 141 15 -
CMYK 0 0.40 0.94 0.07
HSL 34.21º 0.88% 0.49% -
HSV(B) 34.21º 0.94% 0.93% -
XYZ 44.2 36.92 5.25 -
YUV 155.04 48.97 185.75 -
System Red Green Blue C M Y K H S L
Decimal 236 141 15 0 0.40 0.94 0.07 34.21 0.88 0.49
Hex EC 8D F 0 28 5E 7 22 58 31
Octal 354 215 17 0 50 136 7 42 130 61
Binary 11101100 10001101 1111 0 101000 1011110 111 100010 1011000 110001

Color Harmonies of #EC8D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D0F

Black with #EC8D0F

Text Example


Text Example

White with #EC8D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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