Html Css Color HEX #ECA31C Gamboge

📋 copy color: '#ECA31C'

red 236 ◦ green 163 ◦ blue 28

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

Shades of Gamboge #ECA31C

Tints of Gamboge #ECA31C

RGB

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

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

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

R = 55.27%
G = 38.17%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECA31C (or 0xECA31C) is known color: Gamboge. HEX triplet: EC, A3 and 1C. RGB value is (236,163,28). Sum of RGB (Red+Green+Blue) = 236+163+28=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA31C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA31C is #135CE3. Grayscale: #AAAAAA. Windows color (decimal): -1268964 or 1876972. OLE color: 1876972.

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

Color convert

RGB 236 163 28 -
CMYK 0 0.31 0.88 0.07
HSL 38.94º 0.85% 0.52% -
HSV(B) 38.94º 0.88% 0.93% -
XYZ 47.9 44.11 7.09 -
YUV 169.44 48.18 175.48 -
System Red Green Blue C M Y K H S L
Decimal 236 163 28 0 0.31 0.88 0.07 38.94 0.85 0.52
Hex EC A3 1C 0 1F 58 7 27 55 34
Octal 354 243 34 0 37 130 7 47 125 64
Binary 11101100 10100011 11100 0 11111 1011000 111 100111 1010101 110100

Color Harmonies of #ECA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA31C

Black with #ECA31C

Text Example


Text Example

White with #ECA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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