Html Css Color HEX #ECA21C Gamboge

📋 copy color: '#ECA21C'

red 236 ◦ green 162 ◦ blue 28

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

Shades of Gamboge #ECA21C

Tints of Gamboge #ECA21C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

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

R = 55.4%
G = 38.03%
B = 6.57%

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

#ECA21C (or 0xECA21C) is known color: Gamboge. HEX triplet: EC, A2 and 1C. RGB value is (236,162,28). Sum of RGB (Red+Green+Blue) = 236+162+28=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA21C is #135DE3. Grayscale: #A9A9A9. Windows color (decimal): -1269220 or 1876716. OLE color: 1876716.

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

Color convert

RGB 236 162 28 -
CMYK 0 0.31 0.88 0.07
HSL 38.65º 0.85% 0.52% -
HSV(B) 38.65º 0.88% 0.93% -
XYZ 47.72 43.76 7.03 -
YUV 168.85 48.52 175.9 -
System Red Green Blue C M Y K H S L
Decimal 236 162 28 0 0.31 0.88 0.07 38.65 0.85 0.52
Hex EC A2 1C 0 1F 58 7 27 55 34
Octal 354 242 34 0 37 130 7 47 125 64
Binary 11101100 10100010 11100 0 11111 1011000 111 100111 1010101 110100

Color Harmonies of #ECA21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA21C

Black with #ECA21C

Text Example


Text Example

White with #ECA21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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