Html Css Color HEX #EC920B Gamboge

📋 copy color: '#EC920B'

red 236 ◦ green 146 ◦ blue 11

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

Shades of Gamboge #EC920B

Tints of Gamboge #EC920B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

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

R = 60.05%
G = 37.15%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC920B (or 0xEC920B) is known color: Gamboge. HEX triplet: EC, 92 and 0B. RGB value is (236,146,11). Sum of RGB (Red+Green+Blue) = 236+146+11=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC920B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC920B is #136DF4. Grayscale: #9E9E9E. Windows color (decimal): -1273333 or 758508. OLE color: 758508.

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

Color convert

RGB 236 146 11 -
CMYK 0 0.38 0.95 0.07
HSL 36º 0.91% 0.48% -
HSV(B) 36º 0.95% 0.93% -
XYZ 44.93 38.41 5.36 -
YUV 157.52 45.32 183.98 -
System Red Green Blue C M Y K H S L
Decimal 236 146 11 0 0.38 0.95 0.07 36 0.91 0.48
Hex EC 92 B 0 26 5F 7 24 5B 30
Octal 354 222 13 0 46 137 7 44 133 60
Binary 11101100 10010010 1011 0 100110 1011111 111 100100 1011011 110000

Color Harmonies of #EC920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC920B

Black with #EC920B

Text Example


Text Example

White with #EC920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC920B; }

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

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

background-color css

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

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

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

border-color css

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

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

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