Html Css Color HEX #ECA71C Gamboge

📋 copy color: '#ECA71C'

red 236 ◦ green 167 ◦ blue 28

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

Shades of Gamboge #ECA71C

Tints of Gamboge #ECA71C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.75%

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 54.76%
G = 38.75%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECA71C (or 0xECA71C) is known color: Gamboge. HEX triplet: EC, A7 and 1C. RGB value is (236,167,28). Sum of RGB (Red+Green+Blue) = 236+167+28=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA71C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA71C is #1358E3. Grayscale: #ACACAC. Windows color (decimal): -1267940 or 1877996. OLE color: 1877996.

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

Color convert

RGB 236 167 28 -
CMYK 0 0.29 0.88 0.07
HSL 40.1º 0.85% 0.52% -
HSV(B) 40.1º 0.88% 0.93% -
XYZ 48.62 45.55 7.33 -
YUV 171.79 46.86 173.8 -
System Red Green Blue C M Y K H S L
Decimal 236 167 28 0 0.29 0.88 0.07 40.1 0.85 0.52
Hex EC A7 1C 0 1D 58 7 28 55 34
Octal 354 247 34 0 35 130 7 50 125 64
Binary 11101100 10100111 11100 0 11101 1011000 111 101000 1010101 110100

Color Harmonies of #ECA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA71C

Black with #ECA71C

Text Example


Text Example

White with #ECA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA71C; }

 p { color: rgb(236,167,28); }

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

background-color css

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

 a { background-color: rgb(236,167,28); }

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

border-color css

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

 span { border-color: rgb(236,167,28); }

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