Html Css Color HEX #EC9A02 Gamboge

📋 copy color: '#EC9A02'

red 236 ◦ green 154 ◦ blue 2

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

Shades of Gamboge #EC9A02

Tints of Gamboge #EC9A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

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

R = 60.2%
G = 39.29%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC9A02 (or 0xEC9A02) is known color: Gamboge. HEX triplet: EC, 9A and 02. RGB value is (236,154,2). Sum of RGB (Red+Green+Blue) = 236+154+2=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9A02 is #1365FD. Grayscale: #A1A1A1. Windows color (decimal): -1271294 or 170732. OLE color: 170732.

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

Color convert

RGB 236 154 2 -
CMYK 0 0.35 0.99 0.07
HSL 38.97º 0.98% 0.47% -
HSV(B) 38.97º 0.99% 0.93% -
XYZ 46.16 40.95 5.53 -
YUV 161.19 38.17 181.36 -
System Red Green Blue C M Y K H S L
Decimal 236 154 2 0 0.35 0.99 0.07 38.97 0.98 0.47
Hex EC 9A 2 0 23 63 7 27 62 2F
Octal 354 232 2 0 43 143 7 47 142 57
Binary 11101100 10011010 10 0 100011 1100011 111 100111 1100010 101111

Color Harmonies of #EC9A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A02

Black with #EC9A02

Text Example


Text Example

White with #EC9A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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