Html Css Color HEX #ECA818 Gamboge

📋 copy color: '#ECA818'

red 236 ◦ green 168 ◦ blue 24

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

Shades of Gamboge #ECA818

Tints of Gamboge #ECA818

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

 BLUE value IS 24 (9.77% from 255) = 5.61%

R = 55.14%
G = 39.25%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#ECA818 (or 0xECA818) is known color: Gamboge. HEX triplet: EC, A8 and 18. RGB value is (236,168,24). Sum of RGB (Red+Green+Blue) = 236+168+24=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA818 is #1357E7. Grayscale: #ACACAC. Windows color (decimal): -1267688 or 1616108. OLE color: 1616108.

HSL color Cylindrical-coordinate representation of color #ECA818: hue angle of 40.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECA818 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 168 24 -
CMYK 0 0.29 0.90 0.07
HSL 40.75º 0.85% 0.51% -
HSV(B) 40.75º 0.9% 0.93% -
XYZ 48.76 45.9 7.15 -
YUV 171.92 44.53 173.71 -
System Red Green Blue C M Y K H S L
Decimal 236 168 24 0 0.29 0.90 0.07 40.75 0.85 0.51
Hex EC A8 18 0 1D 5A 7 29 55 33
Octal 354 250 30 0 35 132 7 51 125 63
Binary 11101100 10101000 11000 0 11101 1011010 111 101001 1010101 110011

Color Harmonies of #ECA818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA818

Black with #ECA818

Text Example


Text Example

White with #ECA818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA818; }

 p { color: rgb(236,168,24); }

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

background-color css

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

 a { background-color: rgb(236,168,24); }

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

border-color css

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

 span { border-color: rgb(236,168,24); }

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