Html Css Color HEX #EC9402 Gamboge

📋 copy color: '#EC9402'

red 236 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #EC9402

Tints of Gamboge #EC9402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

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

R = 61.14%
G = 38.34%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC9402 (or 0xEC9402) is known color: Gamboge. HEX triplet: EC, 94 and 02. RGB value is (236,148,2). Sum of RGB (Red+Green+Blue) = 236+148+2=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9402 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9402 is #136BFD. Grayscale: #9E9E9E. Windows color (decimal): -1272830 or 169196. OLE color: 169196.

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

Color convert

RGB 236 148 2 -
CMYK 0 0.37 0.99 0.07
HSL 37.44º 0.98% 0.47% -
HSV(B) 37.44º 0.99% 0.93% -
XYZ 45.19 39.02 5.21 -
YUV 157.67 40.15 183.87 -
System Red Green Blue C M Y K H S L
Decimal 236 148 2 0 0.37 0.99 0.07 37.44 0.98 0.47
Hex EC 94 2 0 25 63 7 25 62 2F
Octal 354 224 2 0 45 143 7 45 142 57
Binary 11101100 10010100 10 0 100101 1100011 111 100101 1100010 101111

Color Harmonies of #EC9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9402

Black with #EC9402

Text Example


Text Example

White with #EC9402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9402; }

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

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

background-color css

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

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

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

border-color css

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

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

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