Html Css Color HEX #EC9802 Gamboge

📋 copy color: '#EC9802'

red 236 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #EC9802

Tints of Gamboge #EC9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 60.51%
G = 38.97%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC9802 (or 0xEC9802) is known color: Gamboge. HEX triplet: EC, 98 and 02. RGB value is (236,152,2). Sum of RGB (Red+Green+Blue) = 236+152+2=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9802 is #1367FD. Grayscale: #A0A0A0. Windows color (decimal): -1271806 or 170220. OLE color: 170220.

HSL color Cylindrical-coordinate representation of color #EC9802: hue angle of 38.46º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC9802 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 152 2 -
CMYK 0 0.36 0.99 0.07
HSL 38.46º 0.98% 0.47% -
HSV(B) 38.46º 0.99% 0.93% -
XYZ 45.83 40.29 5.42 -
YUV 160.02 38.83 182.2 -
System Red Green Blue C M Y K H S L
Decimal 236 152 2 0 0.36 0.99 0.07 38.46 0.98 0.47
Hex EC 98 2 0 24 63 7 26 62 2F
Octal 354 230 2 0 44 143 7 46 142 57
Binary 11101100 10011000 10 0 100100 1100011 111 100110 1100010 101111

Color Harmonies of #EC9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9802

Black with #EC9802

Text Example


Text Example

White with #EC9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9802; }

 p { color: rgb(236,152,2); }

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

background-color css

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

 a { background-color: rgb(236,152,2); }

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

border-color css

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

 span { border-color: rgb(236,152,2); }

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