Html Css Color HEX #EC990B Gamboge

📋 copy color: '#EC990B'

red 236 ◦ green 153 ◦ blue 11

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

Shades of Gamboge #EC990B

Tints of Gamboge #EC990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

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

R = 59%
G = 38.25%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC990B (or 0xEC990B) is known color: Gamboge. HEX triplet: EC, 99 and 0B. RGB value is (236,153,11). Sum of RGB (Red+Green+Blue) = 236+153+11=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC990B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC990B is #1366F4. Grayscale: #A2A2A2. Windows color (decimal): -1271541 or 760300. OLE color: 760300.

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

Color convert

RGB 236 153 11 -
CMYK 0 0.35 0.95 0.07
HSL 37.87º 0.91% 0.48% -
HSV(B) 37.87º 0.95% 0.93% -
XYZ 46.04 40.64 5.73 -
YUV 161.63 43 181.05 -
System Red Green Blue C M Y K H S L
Decimal 236 153 11 0 0.35 0.95 0.07 37.87 0.91 0.48
Hex EC 99 B 0 23 5F 7 26 5B 30
Octal 354 231 13 0 43 137 7 46 133 60
Binary 11101100 10011001 1011 0 100011 1011111 111 100110 1011011 110000

Color Harmonies of #EC990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC990B

Black with #EC990B

Text Example


Text Example

White with #EC990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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