Html Css Color HEX #EC920A Gamboge

📋 copy color: '#EC920A'

red 236 ◦ green 146 ◦ blue 10

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

Shades of Gamboge #EC920A

Tints of Gamboge #EC920A

RGB

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

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

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

R = 60.2%
G = 37.24%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC920A (or 0xEC920A) is known color: Gamboge. HEX triplet: EC, 92 and 0A. RGB value is (236,146,10). Sum of RGB (Red+Green+Blue) = 236+146+10=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC920A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC920A is #136DF5. Grayscale: #9E9E9E. Windows color (decimal): -1273334 or 692972. OLE color: 692972.

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

Color convert

RGB 236 146 10 -
CMYK 0 0.38 0.96 0.07
HSL 36.11º 0.92% 0.48% -
HSV(B) 36.11º 0.96% 0.93% -
XYZ 44.93 38.41 5.33 -
YUV 157.41 44.82 184.06 -
System Red Green Blue C M Y K H S L
Decimal 236 146 10 0 0.38 0.96 0.07 36.11 0.92 0.48
Hex EC 92 A 0 26 60 7 24 5C 30
Octal 354 222 12 0 46 140 7 44 134 60
Binary 11101100 10010010 1010 0 100110 1100000 111 100100 1011100 110000

Color Harmonies of #EC920A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC920A

Black with #EC920A

Text Example


Text Example

White with #EC920A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC920A; }

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

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

background-color css

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

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

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

border-color css

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

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

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