Html Css Color HEX #ECB140 Tulip Tree

📋 copy color: '#ECB140'

red 236 ◦ green 177 ◦ blue 64

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

Shades of Tulip Tree #ECB140

Tints of Tulip Tree #ECB140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.11%

 BLUE value IS 64 (25.39% from 255) = 13.42%

R = 49.48%
G = 37.11%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECB140 (or 0xECB140) is known color: Tulip Tree. HEX triplet: EC, B1 and 40. RGB value is (236,177,64). Sum of RGB (Red+Green+Blue) = 236+177+64=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB140 is #134EBF. Grayscale: #B6B6B6. Windows color (decimal): -1265344 or 4239852. OLE color: 4239852.

HSL color Cylindrical-coordinate representation of color #ECB140: hue angle of 39.42º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECB140 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 64 -
CMYK 0 0.25 0.73 0.07
HSL 39.42º 0.82% 0.59% -
HSV(B) 39.42º 0.73% 0.93% -
XYZ 51.24 49.65 11.73 -
YUV 181.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 236 177 64 0 0.25 0.73 0.07 39.42 0.82 0.59
Hex EC B1 40 0 19 49 7 27 52 3B
Octal 354 261 100 0 31 111 7 47 122 73
Binary 11101100 10110001 1000000 0 11001 1001001 111 100111 1010010 111011

Color Harmonies of #ECB140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB140

Black with #ECB140

Text Example


Text Example

White with #ECB140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB140; }

 p { color: rgb(236,177,64); }

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

background-color css

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

 a { background-color: rgb(236,177,64); }

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

border-color css

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

 span { border-color: rgb(236,177,64); }

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