Html Css Color HEX #EC900A Gamboge

📋 copy color: '#EC900A'

red 236 ◦ green 144 ◦ blue 10

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

Shades of Gamboge #EC900A

Tints of Gamboge #EC900A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.92%

 BLUE value IS 10 (4.3% from 255) = 2.56%

R = 60.51%
G = 36.92%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC900A (or 0xEC900A) is known color: Gamboge. HEX triplet: EC, 90 and 0A. RGB value is (236,144,10). Sum of RGB (Red+Green+Blue) = 236+144+10=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC900A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC900A is #136FF5. Grayscale: #9C9C9C. Windows color (decimal): -1273846 or 692460. OLE color: 692460.

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

Color convert

RGB 236 144 10 -
CMYK 0 0.39 0.96 0.07
HSL 35.58º 0.92% 0.48% -
HSV(B) 35.58º 0.96% 0.93% -
XYZ 44.62 37.8 5.23 -
YUV 156.23 45.48 184.9 -
System Red Green Blue C M Y K H S L
Decimal 236 144 10 0 0.39 0.96 0.07 35.58 0.92 0.48
Hex EC 90 A 0 27 60 7 24 5C 30
Octal 354 220 12 0 47 140 7 44 134 60
Binary 11101100 10010000 1010 0 100111 1100000 111 100100 1011100 110000

Color Harmonies of #EC900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC900A

Black with #EC900A

Text Example


Text Example

White with #EC900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC900A; }

 p { color: rgb(236,144,10); }

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

background-color css

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

 a { background-color: rgb(236,144,10); }

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

border-color css

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

 span { border-color: rgb(236,144,10); }

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