Html Css Color HEX #ECAD0D Gamboge

📋 copy color: '#ECAD0D'

red 236 ◦ green 173 ◦ blue 13

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

Shades of Gamboge #ECAD0D

Tints of Gamboge #ECAD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41%

 BLUE value IS 13 (5.47% from 255) = 3.08%

R = 55.92%
G = 41%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECAD0D (or 0xECAD0D) is known color: Gamboge. HEX triplet: EC, AD and 0D. RGB value is (236,173,13). Sum of RGB (Red+Green+Blue) = 236+173+13=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD0D is #1352F2. Grayscale: #AEAEAE. Windows color (decimal): -1266419 or 896492. OLE color: 896492.

HSL color Cylindrical-coordinate representation of color #ECAD0D: hue angle of 43.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECAD0D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 173 13 -
CMYK 0 0.27 0.94 0.07
HSL 43.05º 0.9% 0.49% -
HSV(B) 43.05º 0.94% 0.93% -
XYZ 49.61 47.75 6.98 -
YUV 173.6 37.37 172.51 -
System Red Green Blue C M Y K H S L
Decimal 236 173 13 0 0.27 0.94 0.07 43.05 0.9 0.49
Hex EC AD D 0 1B 5E 7 2B 5A 31
Octal 354 255 15 0 33 136 7 53 132 61
Binary 11101100 10101101 1101 0 11011 1011110 111 101011 1011010 110001

Color Harmonies of #ECAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD0D

Black with #ECAD0D

Text Example


Text Example

White with #ECAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD0D; }

 p { color: rgb(236,173,13); }

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

background-color css

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

 a { background-color: rgb(236,173,13); }

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

border-color css

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

 span { border-color: rgb(236,173,13); }

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