Html Css Color HEX #ECA40C Gamboge

📋 copy color: '#ECA40C'

red 236 ◦ green 164 ◦ blue 12

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

Shades of Gamboge #ECA40C

Tints of Gamboge #ECA40C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.81%

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 57.28%
G = 39.81%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECA40C (or 0xECA40C) is known color: Gamboge. HEX triplet: EC, A4 and 0C. RGB value is (236,164,12). Sum of RGB (Red+Green+Blue) = 236+164+12=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA40C is #135BF3. Grayscale: #A8A8A8. Windows color (decimal): -1268724 or 828652. OLE color: 828652.

HSL color Cylindrical-coordinate representation of color #ECA40C: hue angle of 40.71º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECA40C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 164 12 -
CMYK 0 0.31 0.95 0.07
HSL 40.71º 0.9% 0.49% -
HSV(B) 40.71º 0.95% 0.93% -
XYZ 47.93 44.41 6.39 -
YUV 168.2 39.85 176.36 -
System Red Green Blue C M Y K H S L
Decimal 236 164 12 0 0.31 0.95 0.07 40.71 0.9 0.49
Hex EC A4 C 0 1F 5F 7 29 5A 31
Octal 354 244 14 0 37 137 7 51 132 61
Binary 11101100 10100100 1100 0 11111 1011111 111 101001 1011010 110001

Color Harmonies of #ECA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA40C

Black with #ECA40C

Text Example


Text Example

White with #ECA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA40C; }

 p { color: rgb(236,164,12); }

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

background-color css

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

 a { background-color: rgb(236,164,12); }

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

border-color css

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

 span { border-color: rgb(236,164,12); }

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