Html Css Color HEX #EC9E0D Gamboge

📋 copy color: '#EC9E0D'

red 236 ◦ green 158 ◦ blue 13

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

Shades of Gamboge #EC9E0D

Tints of Gamboge #EC9E0D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.82%

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 57.99%
G = 38.82%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC9E0D (or 0xEC9E0D) is known color: Gamboge. HEX triplet: EC, 9E and 0D. RGB value is (236,158,13). Sum of RGB (Red+Green+Blue) = 236+158+13=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E0D is #1361F2. Grayscale: #A5A5A5. Windows color (decimal): -1270259 or 892652. OLE color: 892652.

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

Color convert

RGB 236 158 13 -
CMYK 0 0.33 0.94 0.07
HSL 39.01º 0.9% 0.49% -
HSV(B) 39.01º 0.94% 0.93% -
XYZ 46.89 42.32 6.08 -
YUV 164.79 42.34 178.79 -
System Red Green Blue C M Y K H S L
Decimal 236 158 13 0 0.33 0.94 0.07 39.01 0.9 0.49
Hex EC 9E D 0 21 5E 7 27 5A 31
Octal 354 236 15 0 41 136 7 47 132 61
Binary 11101100 10011110 1101 0 100001 1011110 111 100111 1011010 110001

Color Harmonies of #EC9E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E0D

Black with #EC9E0D

Text Example


Text Example

White with #EC9E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E0D; }

 p { color: rgb(236,158,13); }

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

background-color css

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

 a { background-color: rgb(236,158,13); }

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

border-color css

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

 span { border-color: rgb(236,158,13); }

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