Html Css Color HEX #ECAE0A Gamboge

📋 copy color: '#ECAE0A'

red 236 ◦ green 174 ◦ blue 10

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

Shades of Gamboge #ECAE0A

Tints of Gamboge #ECAE0A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.43%

 BLUE value IS 10 (4.3% from 255) = 2.38%

R = 56.19%
G = 41.43%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECAE0A (or 0xECAE0A) is known color: Gamboge. HEX triplet: EC, AE and 0A. RGB value is (236,174,10). Sum of RGB (Red+Green+Blue) = 236+174+10=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE0A is #1351F5. Grayscale: #AEAEAE. Windows color (decimal): -1266166 or 700140. OLE color: 700140.

HSL color Cylindrical-coordinate representation of color #ECAE0A: hue angle of 43.54º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECAE0A is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 174 10 -
CMYK 0 0.26 0.96 0.07
HSL 43.54º 0.92% 0.48% -
HSV(B) 43.54º 0.96% 0.93% -
XYZ 49.78 48.13 6.95 -
YUV 173.84 35.54 172.34 -
System Red Green Blue C M Y K H S L
Decimal 236 174 10 0 0.26 0.96 0.07 43.54 0.92 0.48
Hex EC AE A 0 1A 60 7 2C 5C 30
Octal 354 256 12 0 32 140 7 54 134 60
Binary 11101100 10101110 1010 0 11010 1100000 111 101100 1011100 110000

Color Harmonies of #ECAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAE0A

Black with #ECAE0A

Text Example


Text Example

White with #ECAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAE0A; }

 p { color: rgb(236,174,10); }

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

background-color css

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

 a { background-color: rgb(236,174,10); }

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

border-color css

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

 span { border-color: rgb(236,174,10); }

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