Html Css Color HEX #ECAD0B Gamboge

📋 copy color: '#ECAD0B'

red 236 ◦ green 173 ◦ blue 11

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

Shades of Gamboge #ECAD0B

Tints of Gamboge #ECAD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.62%

R = 56.19%
G = 41.19%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECAD0B (or 0xECAD0B) is known color: Gamboge. HEX triplet: EC, AD and 0B. RGB value is (236,173,11). Sum of RGB (Red+Green+Blue) = 236+173+11=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD0B is #1352F4. Grayscale: #AEAEAE. Windows color (decimal): -1266421 or 765420. OLE color: 765420.

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

Color convert

RGB 236 173 11 -
CMYK 0 0.27 0.95 0.07
HSL 43.2º 0.91% 0.48% -
HSV(B) 43.2º 0.95% 0.93% -
XYZ 49.6 47.74 6.92 -
YUV 173.37 36.37 172.67 -
System Red Green Blue C M Y K H S L
Decimal 236 173 11 0 0.27 0.95 0.07 43.2 0.91 0.48
Hex EC AD B 0 1B 5F 7 2B 5B 30
Octal 354 255 13 0 33 137 7 53 133 60
Binary 11101100 10101101 1011 0 11011 1011111 111 101011 1011011 110000

Color Harmonies of #ECAD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD0B

Black with #ECAD0B

Text Example


Text Example

White with #ECAD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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