Html Css Color HEX #ECA90E Gamboge

📋 copy color: '#ECA90E'

red 236 ◦ green 169 ◦ blue 14

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

Shades of Gamboge #ECA90E

Tints of Gamboge #ECA90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.33%

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

R = 56.32%
G = 40.33%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECA90E (or 0xECA90E) is known color: Gamboge. HEX triplet: EC, A9 and 0E. RGB value is (236,169,14). Sum of RGB (Red+Green+Blue) = 236+169+14=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA90E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA90E is #1356F1. Grayscale: #ACACAC. Windows color (decimal): -1267442 or 961004. OLE color: 961004.

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

Color convert

RGB 236 169 14 -
CMYK 0 0.28 0.94 0.07
HSL 41.89º 0.89% 0.49% -
HSV(B) 41.89º 0.94% 0.93% -
XYZ 48.86 46.24 6.77 -
YUV 171.36 39.2 174.1 -
System Red Green Blue C M Y K H S L
Decimal 236 169 14 0 0.28 0.94 0.07 41.89 0.89 0.49
Hex EC A9 E 0 1C 5E 7 2A 59 31
Octal 354 251 16 0 34 136 7 52 131 61
Binary 11101100 10101001 1110 0 11100 1011110 111 101010 1011001 110001

Color Harmonies of #ECA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA90E

Black with #ECA90E

Text Example


Text Example

White with #ECA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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