Html Css Color HEX #ECA31D Gamboge

📋 copy color: '#ECA31D'

red 236 ◦ green 163 ◦ blue 29

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

Shades of Gamboge #ECA31D

Tints of Gamboge #ECA31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.78%

R = 55.14%
G = 38.08%
B = 6.78%

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

#ECA31D (or 0xECA31D) is known color: Gamboge. HEX triplet: EC, A3 and 1D. RGB value is (236,163,29). Sum of RGB (Red+Green+Blue) = 236+163+29=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA31D is #135CE2. Grayscale: #AAAAAA. Windows color (decimal): -1268963 or 1942508. OLE color: 1942508.

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

Color convert

RGB 236 163 29 -
CMYK 0 0.31 0.88 0.07
HSL 38.84º 0.84% 0.52% -
HSV(B) 38.84º 0.88% 0.93% -
XYZ 47.91 44.12 7.15 -
YUV 169.55 48.68 175.4 -
System Red Green Blue C M Y K H S L
Decimal 236 163 29 0 0.31 0.88 0.07 38.84 0.84 0.52
Hex EC A3 1D 0 1F 58 7 27 54 34
Octal 354 243 35 0 37 130 7 47 124 64
Binary 11101100 10100011 11101 0 11111 1011000 111 100111 1010100 110100

Color Harmonies of #ECA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA31D

Black with #ECA31D

Text Example


Text Example

White with #ECA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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