Html Css Color HEX #ECAD0F Gamboge

📋 copy color: '#ECAD0F'

red 236 ◦ green 173 ◦ blue 15

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

Shades of Gamboge #ECAD0F

Tints of Gamboge #ECAD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.54%

R = 55.66%
G = 40.8%
B = 3.54%

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

#ECAD0F (or 0xECAD0F) is known color: Gamboge. HEX triplet: EC, AD and 0F. RGB value is (236,173,15). Sum of RGB (Red+Green+Blue) = 236+173+15=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD0F is #1352F0. Grayscale: #AEAEAE. Windows color (decimal): -1266417 or 1027564. OLE color: 1027564.

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

Color convert

RGB 236 173 15 -
CMYK 0 0.27 0.94 0.07
HSL 42.9º 0.88% 0.49% -
HSV(B) 42.9º 0.94% 0.93% -
XYZ 49.62 47.75 7.05 -
YUV 173.83 38.37 172.35 -
System Red Green Blue C M Y K H S L
Decimal 236 173 15 0 0.27 0.94 0.07 42.9 0.88 0.49
Hex EC AD F 0 1B 5E 7 2B 58 31
Octal 354 255 17 0 33 136 7 53 130 61
Binary 11101100 10101101 1111 0 11011 1011110 111 101011 1011000 110001

Color Harmonies of #ECAD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD0F

Black with #ECAD0F

Text Example


Text Example

White with #ECAD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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