Html Css Color HEX #ECA30E Gamboge

📋 copy color: '#ECA30E'

red 236 ◦ green 163 ◦ blue 14

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

Shades of Gamboge #ECA30E

Tints of Gamboge #ECA30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.47%

 BLUE value IS 14 (5.86% from 255) = 3.39%

R = 57.14%
G = 39.47%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECA30E (or 0xECA30E) is known color: Gamboge. HEX triplet: EC, A3 and 0E. RGB value is (236,163,14). Sum of RGB (Red+Green+Blue) = 236+163+14=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA30E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA30E is #135CF1. Grayscale: #A8A8A8. Windows color (decimal): -1268978 or 959468. OLE color: 959468.

HSL color Cylindrical-coordinate representation of color #ECA30E: hue angle of 40.27º degrees, saturation: 0.89, 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 #ECA30E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 163 14 -
CMYK 0 0.31 0.94 0.07
HSL 40.27º 0.89% 0.49% -
HSV(B) 40.27º 0.94% 0.93% -
XYZ 47.77 44.06 6.4 -
YUV 167.84 41.18 176.62 -
System Red Green Blue C M Y K H S L
Decimal 236 163 14 0 0.31 0.94 0.07 40.27 0.89 0.49
Hex EC A3 E 0 1F 5E 7 28 59 31
Octal 354 243 16 0 37 136 7 50 131 61
Binary 11101100 10100011 1110 0 11111 1011110 111 101000 1011001 110001

Color Harmonies of #ECA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA30E

Black with #ECA30E

Text Example


Text Example

White with #ECA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA30E; }

 p { color: rgb(236,163,14); }

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

background-color css

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

 a { background-color: rgb(236,163,14); }

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

border-color css

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

 span { border-color: rgb(236,163,14); }

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