Html Css Color HEX #EC9602 Gamboge

📋 copy color: '#EC9602'

red 236 ◦ green 150 ◦ blue 2

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

Shades of Gamboge #EC9602

Tints of Gamboge #EC9602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 60.82%
G = 38.66%
B = 0.52%

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

#EC9602 (or 0xEC9602) is known color: Gamboge. HEX triplet: EC, 96 and 02. RGB value is (236,150,2). Sum of RGB (Red+Green+Blue) = 236+150+2=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9602 is #1369FD. Grayscale: #9F9F9F. Windows color (decimal): -1272318 or 169708. OLE color: 169708.

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

Color convert

RGB 236 150 2 -
CMYK 0 0.36 0.99 0.07
HSL 37.95º 0.98% 0.47% -
HSV(B) 37.95º 0.99% 0.93% -
XYZ 45.51 39.65 5.31 -
YUV 158.84 39.49 183.03 -
System Red Green Blue C M Y K H S L
Decimal 236 150 2 0 0.36 0.99 0.07 37.95 0.98 0.47
Hex EC 96 2 0 24 63 7 26 62 2F
Octal 354 226 2 0 44 143 7 46 142 57
Binary 11101100 10010110 10 0 100100 1100011 111 100110 1100010 101111

Color Harmonies of #EC9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9602

Black with #EC9602

Text Example


Text Example

White with #EC9602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9602; }

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

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

background-color css

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

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

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

border-color css

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

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

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