Html Css Color HEX #ECB740 Tulip Tree

📋 copy color: '#ECB740'

red 236 ◦ green 183 ◦ blue 64

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

Shades of Tulip Tree #ECB740

Tints of Tulip Tree #ECB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.89%

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

R = 48.86%
G = 37.89%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECB740 (or 0xECB740) is known color: Tulip Tree. HEX triplet: EC, B7 and 40. RGB value is (236,183,64). Sum of RGB (Red+Green+Blue) = 236+183+64=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB740 is #1348BF. Grayscale: #B9B9B9. Windows color (decimal): -1263808 or 4241388. OLE color: 4241388.

HSL color Cylindrical-coordinate representation of color #ECB740: hue angle of 41.51º 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 #ECB740 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 183 64 -
CMYK 0 0.22 0.73 0.07
HSL 41.51º 0.82% 0.59% -
HSV(B) 41.51º 0.73% 0.93% -
XYZ 52.45 52.07 12.14 -
YUV 185.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 236 183 64 0 0.22 0.73 0.07 41.51 0.82 0.59
Hex EC B7 40 0 16 49 7 2A 52 3B
Octal 354 267 100 0 26 111 7 52 122 73
Binary 11101100 10110111 1000000 0 10110 1001001 111 101010 1010010 111011

Color Harmonies of #ECB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB740

Black with #ECB740

Text Example


Text Example

White with #ECB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB740; }

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

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

background-color css

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

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

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

border-color css

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

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

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