Html Css Color HEX #EC9B0B Gamboge

📋 copy color: '#EC9B0B'

red 236 ◦ green 155 ◦ blue 11

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

Shades of Gamboge #EC9B0B

Tints of Gamboge #EC9B0B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.56%

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 58.71%
G = 38.56%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC9B0B (or 0xEC9B0B) is known color: Gamboge. HEX triplet: EC, 9B and 0B. RGB value is (236,155,11). Sum of RGB (Red+Green+Blue) = 236+155+11=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9B0B is #1364F4. Grayscale: #A3A3A3. Windows color (decimal): -1271029 or 760812. OLE color: 760812.

HSL color Cylindrical-coordinate representation of color #EC9B0B: hue angle of 38.4º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC9B0B is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 155 11 -
CMYK 0 0.34 0.95 0.07
HSL 38.4º 0.91% 0.48% -
HSV(B) 38.4º 0.95% 0.93% -
XYZ 46.37 41.3 5.84 -
YUV 162.8 42.34 180.21 -
System Red Green Blue C M Y K H S L
Decimal 236 155 11 0 0.34 0.95 0.07 38.4 0.91 0.48
Hex EC 9B B 0 22 5F 7 26 5B 30
Octal 354 233 13 0 42 137 7 46 133 60
Binary 11101100 10011011 1011 0 100010 1011111 111 100110 1011011 110000

Color Harmonies of #EC9B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9B0B

Black with #EC9B0B

Text Example


Text Example

White with #EC9B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9B0B; }

 p { color: rgb(236,155,11); }

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

background-color css

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

 a { background-color: rgb(236,155,11); }

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

border-color css

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

 span { border-color: rgb(236,155,11); }

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