Html Css Color HEX #ECB146 Tulip Tree

📋 copy color: '#ECB146'

red 236 ◦ green 177 ◦ blue 70

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

Shades of Tulip Tree #ECB146

Tints of Tulip Tree #ECB146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.49%

R = 48.86%
G = 36.65%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECB146 (or 0xECB146) is known color: Tulip Tree. HEX triplet: EC, B1 and 46. RGB value is (236,177,70). Sum of RGB (Red+Green+Blue) = 236+177+70=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB146 is #134EB9. Grayscale: #B6B6B6. Windows color (decimal): -1265338 or 4633068. OLE color: 4633068.

HSL color Cylindrical-coordinate representation of color #ECB146: hue angle of 38.67º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECB146 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 70 -
CMYK 0 0.25 0.70 0.07
HSL 38.67º 0.81% 0.6% -
HSV(B) 38.67º 0.7% 0.93% -
XYZ 51.42 49.72 12.68 -
YUV 182.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 236 177 70 0 0.25 0.70 0.07 38.67 0.81 0.6
Hex EC B1 46 0 19 46 7 27 51 3C
Octal 354 261 106 0 31 106 7 47 121 74
Binary 11101100 10110001 1000110 0 11001 1000110 111 100111 1010001 111100

Color Harmonies of #ECB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB146

Black with #ECB146

Text Example


Text Example

White with #ECB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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