Html Css Color HEX #ECA50D Gamboge

📋 copy color: '#ECA50D'

red 236 ◦ green 165 ◦ blue 13

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

Shades of Gamboge #ECA50D

Tints of Gamboge #ECA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.86%

 BLUE value IS 13 (5.47% from 255) = 3.14%

R = 57%
G = 39.86%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECA50D (or 0xECA50D) is known color: Gamboge. HEX triplet: EC, A5 and 0D. RGB value is (236,165,13). Sum of RGB (Red+Green+Blue) = 236+165+13=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA50D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA50D is #135AF2. Grayscale: #A9A9A9. Windows color (decimal): -1268467 or 894444. OLE color: 894444.

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

Color convert

RGB 236 165 13 -
CMYK 0 0.30 0.94 0.07
HSL 40.9º 0.9% 0.49% -
HSV(B) 40.9º 0.94% 0.93% -
XYZ 48.12 44.77 6.49 -
YUV 168.9 40.02 175.86 -
System Red Green Blue C M Y K H S L
Decimal 236 165 13 0 0.30 0.94 0.07 40.9 0.9 0.49
Hex EC A5 D 0 1E 5E 7 29 5A 31
Octal 354 245 15 0 36 136 7 51 132 61
Binary 11101100 10100101 1101 0 11110 1011110 111 101001 1011010 110001

Color Harmonies of #ECA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA50D

Black with #ECA50D

Text Example


Text Example

White with #ECA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA50D; }

 p { color: rgb(236,165,13); }

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

background-color css

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

 a { background-color: rgb(236,165,13); }

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

border-color css

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

 span { border-color: rgb(236,165,13); }

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